TheoryOfNekomata fd6e320a07 | 1 년 전 | |
---|---|---|
__mocks__ | 1 년 전 | |
assets | 1 년 전 | |
assets_src | 1 년 전 | |
docs | 1 년 전 | |
src/packages | 1 년 전 | |
tools | 1 년 전 | |
.editorconfig | 2 년 전 | |
.gitignore | 1 년 전 | |
CMakeLists.txt | 1 년 전 | |
README.md | 1 년 전 | |
TODO.md | 1 년 전 | |
dependencies.txt | 1 년 전 |
A run-and-gun shooter inspired by Metal Slug.
Note: CMake and OpenSSL are required.
dependencies.txt
except for SDL2.dependencies
folder in this project’s root. Rename the directory as SDL2
.portmidi
libwebsockets
(follow the instructions on building LWS)Clone this repo.
Clone the repositories under dependencies.txt
, including SDL2.
Build the SDL, SDL_image, and SDL_ttf dependencies using the build instructions for Linux/UNIX or build instructions for macOS.
Note: You may need to download other tools to build the libraries:
- autoconf
- make
Note: Clone the submodules under SDL_ttf to download freetype and harfbuzz:
git submodule update --init --recursive
For OpenSSL, simply run:
./Configure
make
make test
Build the following dependencies first:
portmidi
(Linux needs ALSA libraries to be compiled)
libtool
to be compiled.libwebsockets
(follow the instructions on building LWS)Build via CMake.