diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-20 17:45:12 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-20 17:45:12 +0800 |
commit | 3d21d02a696f6d370aa016606c918e9e535bcb7c (patch) | |
tree | 030036b34a59e16cadc259532e11a6d0758f704e | |
parent | 90817d272ff3c9251384681defabf62fb1a67c49 (diff) |
Update instruction to have a different build dir
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -5,8 +5,10 @@ ```sh $ git clone git://darapsa.org/libicclient.git $ cd libicclient -$ autoreconf --install -$ ./configure # (or use the platform specific wrappers, and adjust as necessary) -$ make +$ autoreconf -is +$ mkdir build +$ cd build +$ ../configure # (or use the platform specific wrappers, and adjust as necessary) +$ make # -jN $ make install ``` |