summaryrefslogtreecommitdiff
path: root/README
blob: 3966b6699f1242a6609f2bb7ad2bedee8a36dfcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

# 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