- @echo on
- set boost_Version=1_71_0
- set qt_Version=5_15_2
- echo set path environment
- set boostpath=C:\Users\marvin.wenzel\Desktop\dependencies\win\boost\boost_%boost_Version%
- set qtpath=C:\Users\marvin.wenzel\Desktop\dependencies\win\qt\qt_%qt_Version%
- echo "building with boost version %boost_Version% and qt version %qt_Version%
- set PATH=%qtpath%\Tools\mingw810_64\bin;%qtpath%\5.15.2\mingw81_64\bin;%qtpath%\Tools\CMake_64\bin;%boostpath%\bin;%boostpath%\lib;%PATH%;
- echo "mkdir $(Build.SourcesDirectory)\build | cd build"
- md build
- cd build
- echo " "
- cmake -G "MinGW Makefiles" -DBOOST_ROOT="%boostpath%" -DBoost_LIB_PREFIX="lib" -DBoost_USE_STATIC_LIBS=TRUE -DBoost_ARCHITECTURE="-x64" -DBUILD_TESTS=ON ..
- echo "Building"
- cmake --build . -j 10
- echo finished cmake
- cd ..
RDE: buildwinrde.bat
Posted by Anonymous on Sat 27th May 2023 12:13
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.