diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-26 22:59:41 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-11 18:58:14 +0200 |
commit | 1ef250cd7e7685cb79a3c7e043f5e3287172eaee (patch) | |
tree | c9b1e4f54a7ecbc7bca22ab0ed40861b143ddb2d /README | |
parent | b1a0bca294826737d925b9a7f9dbc7b961b8762a (diff) | |
download | termo-1ef250cd7e7685cb79a3c7e043f5e3287172eaee.tar.gz termo-1ef250cd7e7685cb79a3c7e043f5e3287172eaee.tar.xz termo-1ef250cd7e7685cb79a3c7e043f5e3287172eaee.zip |
Miscellaneous little changes
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,16 +14,16 @@ The API isn't stable yet. Tell me what needs to be done so I can fix it first. Building and Installing ----------------------- -Build dependencies: GCC/Clang, pkg-config, cmake >= 2.8.5 +Build dependencies: cmake >= 2.8.5, pkg-config Optional dependencies: Unibilium (alternative for curses), GLib (for the demos) $ git clone https://github.com/pjanouch/termo.git $ mkdir build $ cd build - $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local + $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug To install the library, you can do either the usual: - $ make install + # make install Or you can try telling CMake to make a package for you. For Debian it is: $ cpack -G DEB |