You will need the following dependencies:
- SDL2
- SDL2_image
- SDL2_ttf
- OpenAL
- libvorbis
- gcc
- make
- cmake
-
Run
make pc
1.1. Runmake pc PLATFORM=1
for compiling with SDL 1.2
1.2. Runmake pc PLATFORM=2
for compiling with SDL 2
1.3. Runmake pc PLATFORM=3
for compiling with SDL 2 and OpenGL -
Run
make install
(with root permissions)
After installing, libflixel++.so will be placed in /usr/lib/ and the neccessary headers will be placed in /usr/include/flixel++
To change the framework(s):
- Run
make uninstall
(if did make install) - Run
make clean
- Follow the instructions above
Should theoretically support Windows?