summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2019-09-14 19:51:37 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2019-09-14 19:51:37 +0200
commit1b0c8fb53a4f3335dc9132e4beabe6602f682ea5 (patch)
treefd1c70e8ec56e61019c8720f127146c710867d68 /README
parentfa84dfb895d5f3965b2c791b477a1dcc6b4eef7b (diff)
downloaddemoscene-eo-1b0c8fb53a4f3335dc9132e4beabe6602f682ea5.tar.gz
demoscene-eo-1b0c8fb53a4f3335dc9132e4beabe6602f682ea5.tar.bz2
demoscene-eo-1b0c8fb53a4f3335dc9132e4beabe6602f682ea5.zip
Use autotools instead of hand-written Makefile
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 19 insertions, 1 deletions
diff --git a/README b/README
index aa92423..3966b66 100644
--- a/README
+++ b/README
@@ -1,3 +1,21 @@
+# Build dependencies
+- linux and glibc (pthreads, mmap...), CACA, SDL2, GL, GLU, autotools, a decent C compiler
+- mainly tested on Debian 10.1 amd64
+- sudo apt install automake autoconf-archive autotools-dev build-essential libcaca-dev libsdl2-dev libglu1-mesa-dev
-apt install libcaca-dev libsdl2-dev libglu1-mesa-dev
+# To enjoy it :
+git clone https://www.pouzenc.fr/cgit/demoscene-eo/
+cd demoscene-eo
+./autogen.sh
+./configure
+make
+src/demoscene-eo
+
+# To improve it :
+git clone git@pouzenc.fr:demoscene-eo
+cd demoscene-eo
+./autogen.sh
+CFLAGS="-Wall -Werror -DDEBUG -g" ./configure
+make
+src/demoscene-eo