TheoryOfNekomata ebebba1fb9 | 1 рік тому | |
---|---|---|
__mocks__ | 1 рік тому | |
assets | 1 рік тому | |
assets_src | 1 рік тому | |
docs | 1 рік тому | |
src/packages | 1 рік тому | |
subprojects | 1 рік тому | |
tools | 1 рік тому | |
.editorconfig | 2 роки тому | |
.gitignore | 1 рік тому | |
.gitmodules | 1 рік тому | |
00-build-cache-debug-x64 | 1 рік тому | |
00-build-cache-debug-x64.bat | 1 рік тому | |
01-build-game | 1 рік тому | |
01-build-game.bat | 1 рік тому | |
02-build-server | 1 рік тому | |
02-build-server.bat | 1 рік тому | |
CMakeLists.txt | 1 рік тому | |
README.md | 1 рік тому | |
TODO.md | 1 рік тому |
A run-and-gun shooter inspired by Metal Slug.
Note: CMake and OpenSSL are required.
The following tools are required:
CMake
Ninja
Clang
Set your
CC
environment variable to the full path ofclang-cl.exe
Set your
CMAKE_MT
environment variable to the full path ofmt.exe
, which can be found on your Windows SDK installation folder (usuallyC:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/mt.exe
)
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.