diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ $ autoreconf --install ## Configuring for various target hosts, compiling, linking, and installing ```sh -$ ./configure (or use the platform specific wrappers, and adjust as necessary) +$ ./configure # (or use the platform specific wrappers, and adjust as necessary) $ make # -jN (with N an integer number of parallel tasks you allow your computer to run for compiling this) $ sudo make install ``` |