diff options
author | ysangkok <ysangkok@gmail.com> | 2012-08-31 14:27:29 +0300 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-09-04 22:12:57 +0200 |
commit | 9754f71c169888d0b3f591c81546be3b798ac8ea (patch) | |
tree | a3dbc409e1beea54feef79a1e72b2f5d4829bf71 /README | |
parent | 174722b400ba999b849801aac5240312bbddea83 (diff) |
docs: add xkbcommon build instructions to README
libxkbcommon still has no public release so most distributions do not ship
it. This adds short build-instructions for people who still want to test
it.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -26,6 +26,14 @@ console. libxkbcommon has no public release, yet, but is available on freedesktop.org. Use "--disable-xkbcommon" if you have problems due to compile-errors. + Building libxkbcommon from Git without root: + + - You can fetch it from Git using: git clone git://anongit.freedesktop.org/xorg/lib/libxkbcommon + - You can then ``./autogen.sh && make`` in its directory + - You configure kmscon using: + PKG_CONFIG_PATH="libxkbcommon/" ./configure --enable-debug --enable-xkbcommon + assuming you cloned it into a subfolder of kmscon. + For font handling the following is required: - 8x16: The 8x16 font is a static built-in font which does not require external dependencies. |