Skip to content

resguy v1

Compare
Choose a tag to compare
@wootguy wootguy released this 23 Dec 20:32
· 116 commits to master since this release

Windows users - download the .zip below.

Linux users - build with CMake:

git clone https://github.com/wootguy/resguy.git
cd resguy
mkdir build; cd build
cmake .. -DCMAKE_BUILD_TYPE=RELEASE
make