summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```