diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-03 21:21:03 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-03 21:21:03 +0800 |
commit | 9cd4e0006f9f8200fc36bda548c4addb4864dfe0 (patch) | |
tree | ff3184d022e1568f36b18cd5164d0cb62a8939fa | |
parent | cab04f9b9d5ffdec3396e1217eae013f2c4d8b6d (diff) |
Comment the comment
-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 ``` |