$ nix-shell # Only on NixOS
$ mkdir build
$ cd build/
$ cmake ..
$ make
$ ./nothing <level-file>
You need to install conan and Visual Studio 2017.
Current version of SDL2/2.0.5@lasote/stable in the conan-transit repository is not compatible with the latest conan, so you'll need to install it locally from the git repository:
$ git clone https://github.com/lasote/conan-sdl2.git # temporary, I hope hope hope
$ cd conan-sdl2
$ conan export SDL2/2.0.5@lasote/stable
Execute the following commands inside of the nothing
directory:
$ conan install --build missing --install-folder build
$ cd build
$ cmake .. -G "Visual Studio 15 2017 Win64"
After that, build the build/nothing.sln
file with Visual Studio.
You can support my work via
- Twitch channel: https://www.twitch.tv/subs/tsoding
- Patreon: https://www.patreon.com/tsoding