Search Results
6/19/2023, 8:30:59 AM
>>1237959
>>1237967
Got it to build under vs2022, so what I did was this, I installed x64 CMake. Then I edited scripts\gitlab-ci\windows64\build.bat
..\source -> ..\..\..\..\source
Visual Studio 14 Win64 -> Visual Studio 17
v140 -> v143
Removed all the QT stuff
Turned all the ON to OFF
then just removed the rest of the lines cause I didn't want them, but you can keep them, it just goes from creating the cmake stuff to actually building it.
After I altered build.bat, I ran it, then navigated to the newly created build folder, and opened starbound.sln then just built the game.
>>1237967
Got it to build under vs2022, so what I did was this, I installed x64 CMake. Then I edited scripts\gitlab-ci\windows64\build.bat
..\source -> ..\..\..\..\source
Visual Studio 14 Win64 -> Visual Studio 17
v140 -> v143
Removed all the QT stuff
Turned all the ON to OFF
then just removed the rest of the lines cause I didn't want them, but you can keep them, it just goes from creating the cmake stuff to actually building it.
After I altered build.bat, I ran it, then navigated to the newly created build folder, and opened starbound.sln then just built the game.
Page 1