X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=da1290f79f01fc5cff0a621d0d1e2ee2ae7bb88b;hb=1893b8b90ca78e0bd823abb2484908afd038f485;hp=7e6849894882e24f804171b8d824620edb287e89;hpb=761434ecac7d9a4f1a95e3f3b4eee6e539947d32;p=platform%2Fupstream%2Fkmscon.git diff --git a/README b/README index 7e68498..da1290f 100644 --- a/README +++ b/README @@ -11,8 +11,13 @@ Website: Kmscon requires the following software: - libtsm: terminal emulator state machine + http://www.freedesktop.org/wiki/Software/kmscon/libtsm/ - libudev: providing input, video, etc. device hotplug support (>=v172) + http://www.freedesktop.org/wiki/Software/systemd/ - libxkbcommon: providing internationalized keyboard handling + http://xkbcommon.org/ + - libdrm: graphics access to DRM/KMS subsystem + - linux-headers: linux kernel headers for ABI definitions Everything else is optional: @@ -59,11 +64,8 @@ Released tarballs can be found at: explicitly enable it via command line: --enable-multi-seat: This requires the systemd-logind library to provide multi-seat support for kmscon. [default: on] - --enable-hotplug: This requires libudev for hotplugging support. This is - currently mandatory and cannot be disabled. [default: on] --enable-debug: Enable debug mode/messages [default: on] --enable-optimizations: Enable code optimizations [default: on] - --enable-eloop-dbus: Build dbus extension for eloop library [default: off] Backends for several subsystems in kmscon can be selected with the following options (all of them take a comma-separated list of backend names): @@ -80,7 +82,6 @@ Released tarballs can be found at: --with-renderers: Console rendering backends. Available are: - bbulk: Simple 2D software-renderer (bulk-mode) - gltex: OpenGLESv2 accelerated renderer - - cairo: cairo based renderer - pixman: pixman based renderer Default is: bbulk,gltex The bblit backend is always built-in. @@ -88,14 +89,6 @@ Released tarballs can be found at: - dummy: Dummy fallback session - terminal: Terminal-emulator sessions - The following options select which applications are built. If - dependency-checks fail, they are disabled by default unless explicitly enabled - on the command line: - --enable-kmscon: Build kmscon application [default: on] - --enable-eloop: Build eloop event loop library [default: off] - --enable-uterm: Build uterm library [default: off] - --enable-uvt: Build UVT library [default: off] - == Running == To get usage information, run: