summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-11-20 10:20:38 +0100
committerxengineering <me@xengineering.eu>2022-11-20 10:20:38 +0100
commite7d40d73736d1adc478c742c921236b826004fd9 (patch)
tree74788f62afe5ec0e6d67ebdd7e2a5a2e17bdba47 /README.md
parent143f95711ae2fc2bb1ff8d30ed253a405f9431c7 (diff)
downloadlimox-e7d40d73736d1adc478c742c921236b826004fd9.tar
limox-e7d40d73736d1adc478c742c921236b826004fd9.tar.zst
limox-e7d40d73736d1adc478c742c921236b826004fd9.zip
Mention SDL2 rewrite in README
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