aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-14 09:26:23 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-04-10 13:59:37 +0200
commit23735e2915a58cf11deb7be473d9e2c1a6f384d3 (patch)
tree7aa1580d879b9fb439e70feee1dd6c1342363740 /README.adoc
parenta9b46141a991b3c3dba31beb262bf204537049d2 (diff)
downloadxK-23735e2915a58cf11deb7be473d9e2c1a6f384d3.tar.gz
xK-23735e2915a58cf11deb7be473d9e2c1a6f384d3.tar.xz
xK-23735e2915a58cf11deb7be473d9e2c1a6f384d3.zip
Make xF a first-class citizen
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index 3cfecb7..3db0db4 100644
--- a/README.adoc
+++ b/README.adoc
@@ -33,6 +33,10 @@ including link:xC.adoc#_key_bindings[keyboard shortcuts].
image::xP.webp[align="center"]
+xF
+--
+The X11 frontend for 'xC', still under development.
+
xD
--
The IRC daemon. It is designed for use as a regular user application rather
@@ -81,16 +85,17 @@ or as a https://git.janouch.name/p/nixexprs[Nix derivation].
Building
--------
Build-only dependencies: CMake, pkg-config, awk, liberty (included),
- asciidoctor or asciidoc (recommended but optional) +
+ asciidoctor or asciidoc (recommended but optional), rsvg-convert (for 'xF') +
Common runtime dependencies: openssl +
Additionally for 'xC': curses, libffi, readline >= 6.0 or libedit >= 2013-07-12,
lua >= 5.3 (optional) +
+Additionally for 'xF': x11, xrender, xft, fontconfig, libpng
$ git clone --recursive https://git.janouch.name/p/xK.git
$ mkdir xK/build
$ cd xK/build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DWANT_READLINE=ON -DWANT_LIBEDIT=OFF -DWITH_LUA=ON
+ -DWANT_READLINE=ON -DWANT_LIBEDIT=OFF -DWITH_LUA=ON -DWITH_XF=OFF
$ make
To install the application, you can do either the usual: