Last active
March 25, 2020 04:24
-
-
Save hube12/5d7b51a1f97cdd21c9a9b4782be3d551 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
download msys2 here : https://www.msys2.org/ | |
then run | |
pacman -Syuu | |
pacman -S --needed base-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain \ | |
git subversion mercurial \ | |
mingw-w64-i686-cmake mingw-w64-x86_64-cmake | |
pacman -Syuu mingw64/mingw-w64-x86_64-opencl-headers | |
then | |
git clone https://github.com/hube12/GPUDUNGEONS | |
(or download it) | |
then in the folder (cd GPUDUNGEONS) from msys2 shell | |
do | |
cmake . | |
make |
@CaptainBoggle hey this gist was in no way how to use that tool, we are working on the cpu one that use lattices, we do not recommend this one as it need other stuff and is sadly version dependant.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey so I compiled it, how do I specify the coords of the spawners I find?