From 3d21d02a696f6d370aa016606c918e9e535bcb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sun, 20 Jun 2021 17:45:12 +0800 Subject: Update instruction to have a different build dir --- README.md | 8 +++++--- 1 file 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 ``` -- cgit v1.2.3