summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 82ad299..0642774 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,11 @@ usable on mobile linux devices like smartphones or tablets.
Also mind the [project page][2] and my [packaging repository][3] for Arch Linux
with support for LimoX.
+Currently there is an ongoing rewrite in progress. There is the initial version
+of LimoX and a rewrite (`limox_sdl2` in the build folder). The rewrite
+substitutes GTK4 by SDL2 for graphics and maybe will also drop libstrophe as a
+dependency.
+
## Building and dependencies
@@ -29,6 +34,7 @@ Just run these commands to build and run:
meson setup build
ninja -C build
./build/limox
+./build/limox_sdl2 # the SDL2 based rewrite
```
Run `rm -r build` to clean the build folder. You can get a help page by running