diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-10-13 00:08:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-10-13 00:08:12 +0200 |
commit | 7cd5d5ac19d3ef58a95c1d8b338e9fcf6a131f2c (patch) | |
tree | 819fd75b671b5df231c4abbab65690af64c81be5 | |
parent | 240b41ed21ea41ba28272d44a4566e2955b5f00b (diff) |
Update compilation instructions
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,10 +11,11 @@ and percentages. ## Compilation -Compilation of the library is extremely simple: +Compilation of the library is extremely simple, but will require you to have the +`tup` build system installed: ``` -$ make # To build the library +$ tup # To build the library # make install # To install the library, requires root privileges ``` |