Prerequisites
- Windows
- CMake 3.4+
- git
- Visual Studio 2017-2019
git clone https://github.com/mosra/magnum-bootstrap.git --branch base --single-branch
cd magnum-bootstrap
git clone https://github.com/mosra/corrade.git
git clone https://github.com/mosra/magnum.git
git clone https://github.com/mosra/magnum-integration.git integration
git clone https://github.com/ocornut/imgui.git
remove-item CMakeLists.txt
invoke-webrequest -outfile CMakeLists.txt https://gist.github.com/alanjfs/77282b740a6e7852046a4870ecc0b3d6/raw/c1a1b02f4dbdb4a6c48b36e4a551ec34732a10e6/CMakeLists.txt
invoke-webrequest -outfile sdl.zip https://www.libsdl.org/release/SDL2-devel-2.0.10-VC.zip
expand-archive .\sdl.zip -destinationpath .
mkdir build
cd build
cmake .. -DWITH_IMGUI=ON
cmake --build . --config Release
.\Release\bin\MyApplication.exe
'invoke-webrequest' is not recognized as an internal or external command
This is a PowerShell command, try running powershell.exe
from your command-line, before running the above commands.