Miscellaneous little changes
This commit is contained in:
parent
b1a0bca294
commit
1ef250cd7e
|
@ -1,2 +1,9 @@
|
||||||
# Qt Creator
|
# Build files
|
||||||
|
/build
|
||||||
|
|
||||||
|
# Qt Creator files
|
||||||
/CMakeLists.txt.user*
|
/CMakeLists.txt.user*
|
||||||
|
/termo.config
|
||||||
|
/termo.files
|
||||||
|
/termo.creator*
|
||||||
|
/termo.includes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
language: c
|
language: c
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels: "anathema.us.nu#anathema"
|
channels: "anathema.irc.so#anathema"
|
||||||
use_notice: true
|
use_notice: true
|
||||||
skip_join: true
|
skip_join: true
|
||||||
env:
|
env:
|
||||||
|
|
6
README
6
README
|
@ -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
|
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)
|
Optional dependencies: Unibilium (alternative for curses), GLib (for the demos)
|
||||||
|
|
||||||
$ git clone https://github.com/pjanouch/termo.git
|
$ git clone https://github.com/pjanouch/termo.git
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd 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:
|
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:
|
Or you can try telling CMake to make a package for you. For Debian it is:
|
||||||
$ cpack -G DEB
|
$ cpack -G DEB
|
||||||
|
|
Loading…
Reference in New Issue