aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-26 22:59:41 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-04-11 18:58:14 +0200
commit1ef250cd7e7685cb79a3c7e043f5e3287172eaee (patch)
treec9b1e4f54a7ecbc7bca22ab0ed40861b143ddb2d
parentb1a0bca294826737d925b9a7f9dbc7b961b8762a (diff)
downloadtermo-1ef250cd7e7685cb79a3c7e043f5e3287172eaee.tar.gz
termo-1ef250cd7e7685cb79a3c7e043f5e3287172eaee.tar.xz
termo-1ef250cd7e7685cb79a3c7e043f5e3287172eaee.zip
Miscellaneous little changes
-rw-r--r--.gitignore9
-rw-r--r--.travis.yml2
-rw-r--r--README6
3 files changed, 12 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index e5148b8..fd2067c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,9 @@
-# Qt Creator
+# Build files
+/build
+
+# Qt Creator files
/CMakeLists.txt.user*
+/termo.config
+/termo.files
+/termo.creator*
+/termo.includes
diff --git a/.travis.yml b/.travis.yml
index 8399ebd..6329d61 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: c
notifications:
irc:
- channels: "anathema.us.nu#anathema"
+ channels: "anathema.irc.so#anathema"
use_notice: true
skip_join: true
env:
diff --git a/README b/README
index 086a332..1560e57 100644
--- a/README
+++ b/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
-----------------------
-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