From: David Herrmann Date: Fri, 2 Dec 2011 12:31:12 +0000 (+0100) Subject: Update documentation about autotools X-Git-Tag: kmscon-7~1341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca409fb0c5dce0e21d416b795222fd8d6b1ea39a;p=platform%2Fupstream%2Fkmscon.git Update documentation about autotools Signed-off-by: David Herrmann --- diff --git a/README b/README index 99fd68c..db3d990 100644 --- a/README +++ b/README @@ -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