A Walltaker client for legacy Windows versions
Find a file
2025-05-24 14:54:47 +00:00
res Initial commit 2025-05-24 10:39:02 -04:00
src Initial commit 2025-05-24 10:39:02 -04:00
.gitignore Initial commit 2025-05-24 10:39:02 -04:00
CMakeLists.txt Initial commit 2025-05-24 10:39:02 -04:00
config.ini Initial commit 2025-05-24 10:39:02 -04:00
README.md tiny documentation change 2025-05-24 14:54:47 +00:00
TC-mingw.cmake Initial commit 2025-05-24 10:39:02 -04:00
wt95.rc Initial commit 2025-05-24 10:39:02 -04:00

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