Building using CMake - Windows: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 136: Line 136:
=== Updating ===
=== Updating ===
To update FlightGear, in general, just run ''git pull'' on the source directories and then re-run the build.bat script -- it will update what it needs to, relatively quickly.
To update FlightGear, in general, just run ''git pull'' on the source directories and then re-run the build.bat script -- it will update what it needs to, relatively quickly.
{{collapsible script
| type  = Windows batch file
| title  = The <code>update.bat</code> script for updating repositories
| lang  = batch
| script =
SET ROOT_DIR=C:\path\to\FlightGearBuild
cd %ROOT_DIR%\osg
git pull
cd %ROOT_DIR%\fgdata
git pull
cd %ROOT_DIR%\flightgear
git pull
cd %ROOT_DIR%\simgear
git pull
cd %ROOT_DIR%\windows-3rd-party
git pull
pause
| show  = 1
}}


=== Changing the Configuration ===
=== Changing the Configuration ===
1,089

edits

Navigation menu