Some 2D game (name subject to change)
Youtube list of versions history Link
For now writing what I am using (will update it to all possible versions..etc)
- Visual Studio 2022
- CMake 3.21
- SFML (used 2.5.1) (download same version as mine from this link in offical website)
- irrklang (used 1.6 x64) (download my version from this link in offical website)
-
Put SFML and irrklang in the same folder of this repo in new folder
modules
(optional) -
Example:
git clone https://github.com/TheSharpOwl/WonderLand.git cd Wonderland mkdir build cd build cmake .. -A x64 -G "Visual Studio 17 2022" -DSFML_PATH="C:/Wonderland/modules/SFML-2.5.1" -DSFML_PATH="C:/Wonderland/modules/irrKlang-64bit-1.6.0"
Note that relative path to the libraries might not work so try to pass absolute path
-
Open the
.sln
file inWonderland/build
and build it inside Visual Studio (just build or try to run and close the error window) -
Copy all dll files for all libraries in the modules folders (from their bin folders and make sure you copy the right ones for debug or release) to the built exe path
-
Run inside visual studio
-
Have fun ! (I guess ?)