summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-20 17:45:12 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-20 17:45:12 +0800
commit3d21d02a696f6d370aa016606c918e9e535bcb7c (patch)
tree030036b34a59e16cadc259532e11a6d0758f704e
parent90817d272ff3c9251384681defabf62fb1a67c49 (diff)
Update instruction to have a different build dir
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6f2a4b9..5d829af 100644
--- a/README.md
+++ b/README.md
@@ -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
```