A little project aimed to create a minecraft-like game.
Programs needed in order to build, links are included for the windows installers.
The rest of the build tools should be provided by conan
cd little_game
mkdir build
# Make sure we have conan installed
python -m pip install --user --upgrade conan
# Finally, building
conan build . --build missing -s compiler.cppstd=20
The last step will also download and build dependecies if required.