diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-12-02 13:31:12 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2011-12-02 13:31:12 +0100 |
commit | ca409fb0c5dce0e21d416b795222fd8d6b1ea39a (patch) | |
tree | 77ae96faa9b00851d586d047e8b7ac9f4b099237 | |
parent | 0d1acc526fb348ccaca67ab16087b15eb13310f5 (diff) |
Update documentation about autotools
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -15,18 +15,18 @@ console. - pango == Install == - To compile the kmscon binary, use: + To compile the kmscon binary, run the standard autotools commands: + $ ./configure [--enable-debug] $ make - There is currently no way to install the binary into your system. + $ make install + To compile the test applications, run: + $ make check == License == This software is licensed under the terms of the MIT license. Please see ./COPYING for further information. == FAQ == - === Why aren't you using GNU autotools? === - Feel free to send me patches. I will apply them immediately. - === Why didn't you use libvte or similar terminal emulators? === All existing terminal emulators I found highly depend on X. Also, their code base often is a horrible mess. I haven't had the time to convert them to use |