A Walltaker client for legacy Windows versions
res | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
config.ini | ||
README.md | ||
TC-mingw.cmake | ||
wt95.rc |
Walltaker95
A Walltaker client for legacy Windows versions (<= Windows Vista)
Build instructions (CachyOS)
$ paru -Sy cmake mingw-w64-toolchain mingw-w64-curl mingw-w64-openssl
$ mkdir build
$ cd build
$ cmake -DCMAKE_TOOLCHAIN_FILE=../TC-mingw.cmake ../
$ cmake --build .
Note: You'll need to supply DLLs manually as I haven't set that up to build yet