|
|
@@ -8,6 +8,16 @@ A run-and-gun shooter inspired by Metal Slug. |
|
|
|
|
|
|
|
### Windows |
|
|
|
|
|
|
|
The following tools are required: |
|
|
|
|
|
|
|
* CMake |
|
|
|
* Ninja |
|
|
|
* Clang |
|
|
|
> Set your `CC` environment variable to the full path of `clang-cl.exe` |
|
|
|
|
|
|
|
> Set your `CMAKE_MT` environment variable to the full path of `mt.exe`, which can be found on your Windows SDK |
|
|
|
> installation folder (usually `C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/mt.exe`) |
|
|
|
|
|
|
|
1. Clone this repo. |
|
|
|
2. Clone the repositories under `dependencies.txt` except for SDL2. |
|
|
|
3. Unpack the **MSVC** archive under `dependencies` folder in this project's root. Rename the directory as `SDL2`. |
|
|
|