diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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:: |