aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-10-01 22:52:49 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-10-01 22:53:43 +0200
commitd9d9e1f49867f06755943a21a35d979bea438287 (patch)
tree08f1ef68602bbdaf95092392477b857c4e095c5b /README.adoc
parent58b4b2d06da6c0c8da7a21f85f8b8ddafdc70dbd (diff)
downloadponymap-d9d9e1f49867f06755943a21a35d979bea438287.tar.gz
ponymap-d9d9e1f49867f06755943a21a35d979bea438287.tar.xz
ponymap-d9d9e1f49867f06755943a21a35d979bea438287.zip
Compile in Lua support opportunistically
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 538884a..8b1ee31 100644
--- a/README.adoc
+++ b/README.adoc
@@ -23,7 +23,7 @@ Runtime dependenices: curses, openssl, Jansson, lua = 5.3 (optional)
$ git clone --recursive https://github.com/pjanouch/ponymap.git
$ mkdir ponymap/build
$ cd ponymap/build
- $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DWITH_LUA=NO
+ $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
$ make
To install the application, you can do either the usual: