Initial commit
This commit is contained in:
commit
7802b00e85
12 changed files with 126 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Walltaker95
|
||||
A Walltaker client for legacy Windows versions (<= Windows Vista)
|
||||
|
||||
## Build instructions (CachyOS)
|
||||
```
|
||||
$ paru -Sy cmake mingw-w64-toolchain mingw-w64-curl
|
||||
$ 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
|
Loading…
Add table
Add a link
Reference in a new issue