Not much yet.
Install sdl2 and sdl_image; build using makefile.
On Ubuntu 14.04 and above and other Debian-based distros, type:
apt install libsdl2{,-image}-dev
On Fedora 25 and above, type:
yum install SDL2{,_image}-devel
On Arch Linux, type:
pacman -S sdl2{,_image}
On Gentoo, type:
emerge -av libsdl2 sdl2-image
On macOS, install SDL2 via Homebrew like so:
brew install sdl2{,_image} pkg-config
On Windows,
- Install mingw-w64 from Mingw-builds
- Version: latest (at time of writing 6.3.0)
- Architecture: x86_64
- Threads: win32
- Exception: seh
- Build revision: 1
- Destination Folder: Select a folder that your Windows user owns
- Install SDL2 http://libsdl.org/download-2.0.php
- Extract the SDL2 folder from the archive using a tool like 7zip
- Inside the folder, copy the
i686-w64-mingw32
and/orx86_64-w64-mingw32
depending on the architecture you chose into your mingw-w64 folder e.g.C:\Program Files\mingw-w64\x86_64-6.3.0-win32-seh-rt_v5-rev1\mingw64
- Setup Path environment variable
- Put your mingw-w64 binaries location into your system Path environment variable. e.g.
C:\Program Files\mingw-w64\x86_64-6.3.0-win32-seh-rt_v5-rev1\mingw64\bin
andC:\Program Files\mingw-w64\x86_64-6.3.0-win32-seh-rt_v5-rev1\mingw64\x86_64-w64-mingw32\bin
- Put your mingw-w64 binaries location into your system Path environment variable. e.g.
- You can repeat Step 2 for SDL_image
- Or you can install SDL2 via Msys2 like so:
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2{,_image}
GPLv3 or any later version. All code must be given to the project and licensed under these terms before merging.
I do not plan to sell either the source code or binaries, and will instead distribute them gratis; anyone asking you for money for this project has ripped you off.