You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
corrade@cc8824e8d2 | 2 years ago | |
modules | 2 years ago | |
src | 2 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 3 years ago | |
CMakeLists.txt | 2 years ago | |
COPYING | 3 years ago | |
README.md | 3 years ago |
README.md
wxMASSManager
A manager for M.A.S.S. save files, to facilitate sharing of M.A.S.S.es between users.
Installing
Get the wxMASSManager-<version>-win64.zip
file from the Releases page, and extract it somewhere. Then, open the wxMASSManager
folder and launch wxMASSManager.exe
.
Building on MSYS2 - IGNORE IF YOU JUST WANT TO USE THE APP!
- Install the 64-bit (
x86_64
) version of MSYS2 in its default path (C:\msys64
), and update it fully. - Run
pacman -S git mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw64/mingw-w64-x86_64-wxWidgets
. - In a
MINGW64
shell, typegit clone https://github.com/williamjcm/wxMASSManager
. - Type
cd wxMASSManager && git submodule init && git submodule update && mkdir build && cd build
. - Type
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
- Type
ninja
- ...
- Profit!
You'll be able to find the executable in build/Release/bin
.