Skip to content

Instantly share code, notes, and snippets.

@hube12
Last active March 25, 2020 04:24
Show Gist options
  • Save hube12/5d7b51a1f97cdd21c9a9b4782be3d551 to your computer and use it in GitHub Desktop.
Save hube12/5d7b51a1f97cdd21c9a9b4782be3d551 to your computer and use it in GitHub Desktop.
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
@hube12
Copy link
Author

hube12 commented Mar 25, 2020

@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