Mine sweeping for Psvita and Nintendo Switch with sdl2.
- Install MinGW
- Install SDL2-MinGw-dev
- Install SDL2_image-MinGw-dev
- Install SDL2_ttf-MinGw-dev
- Install SDL2_mixer-MinGw-dev
- Install CLion - A cross-platform IDE for C and C++
- Run CLion and open vita-mine-sweeping folder
- Build and Run
sudo apt install libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev
brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf sdl2_gfx
mkdir build && cd build
cmake ..
make
- Install Vitasdk
mkdir build && cd build
cmake -DPSV=ON ..
make
switch-dev, switch-sdl2, switch-sdl2_gfx, switch-sdl2_image, switch-sdl2_ttf, switch-sdl2_mixer,
switch-freetype, switch-opusfile, switch-libopus, switch-mpg123, switch-libwebp, switch-libvorbisidec,
switch-libogg, switch-libpng, switch-libjpeg-turbo, switch-libmodplug, switch-flac, switch-glad,
switch-libdrm_nouveau, switch-zlib, switch-bzip2
mkdir build && cd build
cmake -DNS=ON ..
make