aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-09-27 00:19:42 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-09-27 00:19:42 +0200
commit3d59a94554be170fee65e118b77216b138cae93a (patch)
tree990620fd61c5285d14cf7548d50660e0c407f042
parentf42ecedd424a73d440c99ff01874ab62c403cb6a (diff)
downloadxK-3d59a94554be170fee65e118b77216b138cae93a.tar.gz
xK-3d59a94554be170fee65e118b77216b138cae93a.tar.xz
xK-3d59a94554be170fee65e118b77216b138cae93a.zip
Fix build instructions in README
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index 1ece612..512fbb8 100644
--- a/README
+++ b/README
@@ -60,11 +60,9 @@ Build dependencies: CMake, pkg-config, help2man, awk, sh, liberty (included)
Runtime dependencies: openssl, curses (degesch),
readline or libedit >= 2013-07-12 (degesch)
- $ git clone https://github.com/pjanouch/uirc3.git
- $ git submodule init
- $ git submodule update
- $ mkdir build
- $ cd build
+ $ git clone --recursive https://github.com/pjanouch/uirc3.git
+ $ mkdir uirc3/build
+ $ cd uirc3/build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug \
-DWANT_READLINE=ON -DWANT_LIBEDIT=OFF
$ make