diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |