beryllium 0.0.2

An opinionated set of high level wrappers for the `fermium` SDL2 bindings.
Documentation
1
2
3
4
5
6
7
8
#!/bin/sh


curl -L https://www.libsdl.org/release/SDL2-2.0.9.tar.gz | tar xz

cd SDL2-2.0.9

CFLAGS="-fPIC" ./configure --enable-shared --enable-static

make

make install

cd ..