diff options
-rw-r--r-- | README | 12 | ||||
-rw-r--r-- | configure.ac | 7 |
2 files changed, 15 insertions, 4 deletions
@@ -4,6 +4,9 @@ Kmscon is a simple terminal emulator based on linux kernel mode setting (KMS). It is an attempt to replace the in-kernel VT implementation with a userspace console. See kmscon(1) man-page for usage information. +Website: + http://www.freedesktop.org/wiki/Software/kmscon + == Requirements == Kmscon requires the following software: @@ -30,6 +33,11 @@ console. See kmscon(1) man-page for usage information. For multi-seat support you need the following packages: - systemd: Actually only the systemd-logind daemon and library is required. +== Download == + +Released tarballs can be found at: + http://people.freedesktop.org/~dvdhrm/kmscon/releases + == Install == To compile the kmscon binary, run the standard autotools commands: @@ -109,10 +117,10 @@ console. See kmscon(1) man-page for usage information. == FAQ == - Please see http://github.com/dvdhrm/kmscon/wiki + Please see: http://www.freedesktop.org/wiki/Software/kmscon == Contact == This software is maintained by: - David Herrmann <dh.herrmann@googlemail.com> + David Herrmann <dh.herrmann@gmail.com> If you have any questions, do not hesitate to contact one of the maintainers. diff --git a/configure.ac b/configure.ac index cad4ea8..bf3c89c 100644 --- a/configure.ac +++ b/configure.ac @@ -5,8 +5,11 @@ AC_PREREQ(2.68) -AC_INIT([kmscon], [7]) -AC_SUBST(PACKAGE_URL, [https://github.com/dvdhrm/kmscon]) +AC_INIT([kmscon], + [7], + [http://bugs.freedesktop.org/enter_bug.cgi?product=kmscon], + [kmscon], + [http://www.freedesktop.org/wiki/Software/kmscon]) AC_CONFIG_SRCDIR([src/kmscon_main.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |