aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 847e937..e95a231 100644
--- a/README.rst
+++ b/README.rst
@@ -7,14 +7,15 @@ autistdraw
Building and Running
--------------------
-Build dependencies: CMake, pkg-config, ncursesw, libev, termo (included)::
+Build dependencies: CMake, pkg-config, liberty (included), termo (included)::
+Runtime dependencies: ncursesw, libev::
$ git clone https://github.com/pjanouch/autistdraw.git
$ git submodule init
$ git submodule update
$ mkdir build
$ cd build
- $ cmake .. -DCMAKE_BUILD_TYPE=Debug
+ $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
$ make
Now, for standalone mode you can run::