summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-04-16 11:44:28 +0200
committerxengineering <me@xengineering.eu>2023-04-16 11:44:28 +0200
commit59c7f02ad05af0223a08f47e3193c331a86445d5 (patch)
tree0079097fd9eea7c09067c2acf7cc978322db3fc2 /README.md
parent70456216ebbcc7e5006b6a005c571457e60be6e7 (diff)
downloadlimox-59c7f02ad05af0223a08f47e3193c331a86445d5.tar
limox-59c7f02ad05af0223a08f47e3193c331a86445d5.tar.zst
limox-59c7f02ad05af0223a08f47e3193c331a86445d5.zip
Switch completely to Go and Gio UI
The properties of the Go language, standard library and the Gio UI library are well suited for this project. The existing experimental Go code exceeds the GTK4 and SDL attempts by far with respect to quality and code simplicity.
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 1 insertions, 34 deletions
diff --git a/README.md b/README.md
index 7b13320..cffa779 100644
--- a/README.md
+++ b/README.md
@@ -7,40 +7,7 @@ usable on mobile linux devices like smartphones or tablets.
![LimoX icon](build/icon.pdf)
-Also mind the `ROADMAP` file, the [project page][1] and my [packaging
-repository][2] for Arch Linux with support for LimoX. A nice reference which
-helps me a lot is [Beej's Guide to Network Programming][3] aswell as [Gigi's
-SDL2 tutorial][5] and the [SDL2 documentation][4].
-
-
-## Building and dependencies
-
-Install these build dependencies:
-
-- GNU coreutils
-- GNU make
-- gcc
-- pandoc
-- texlive-core
-- inkscape
-
-Install these runtime dependencies:
-
-- sdl2
-
-Just run these commands to build, test and run:
-
-```
-make all
-./build/limox
-```
-
-Run `make clean` to clean the build folder. You can get a help page by running
-`./build/limox -h`.
+Also mind the `ROADMAP` file and the [project page][1].
[1]: https://xengineering.eu/git/limox
-[2]: https://xengineering.eu/git/pkgbuilds
-[3]: https://www.beej.us/guide/bgnet/html/
-[4]: https://wiki.libsdl.org/SDL2/FrontPage
-[5]: https://gigi.nullneuron.net/gigilabs/writing/sdl2-tutorials/