8,814
edits
Zayamatias (talk | contribs) (Added FG_ROOT to launch script) |
(Update links to GitLab) |
||
| Line 17: | Line 17: | ||
The commands to run are: | The commands to run are: | ||
{{ | {{#tag:syntaxhighlight| | ||
{{repo link | |||
{{ | | site = gitlab | ||
| cmd = git clone | |||
{{ | | proj = flightgear | ||
| repo = simgear | |||
{{ | | type = git | ||
| full = 1 | |||
{{ | }} simgear | ||
{{repo link | |||
| site = gitlab | |||
| cmd = git clone | |||
| proj = flightgear | |||
| repo = flightgear | |||
| type = git | |||
| full = 1 | |||
}} flightgear | |||
{{repo link | |||
| site = gitlab | |||
| cmd = git clone | |||
| proj = flightgear | |||
| repo = fgdata | |||
| type = git | |||
| full = 1 | |||
}} fgdata | |||
{{repo link | |||
| site = gitlab | |||
| cmd = git clone | |||
| proj = flightgear | |||
| repo = windows-3rd-party | |||
| type = git | |||
| full = 1 | |||
}} windows-3rd-party | |||
{{repo link | |||
| site = gitlab | |||
| cmd = git clone | |||
| proj = flightgear | |||
| repo = openscenegraph | |||
| type = git | |||
| full = 1 | |||
}} osg | |||
| lang = "sh" | |||
}} | }} | ||
| Line 165: | Line 181: | ||
Before starting to use the script, you need to edit the top few lines of the script. You will have to: | Before starting to use the script, you need to edit the top few lines of the script. You will have to: | ||
# Set the path to your CMake installation. | |||
# Ensure that the path to your QT SDK is correct for your version of MSVC. | |||
# Ensure your toolchain version matches, e.g. "Visual Studio 16 2019" for MSVC 2019 or "Visual Studio 15 2017" for MSVC 2017. | |||
# Set ROOT_DIR to the FlightGearBuild folder you created (the above directory structure) | |||
==== Post-compilation: Launching FlightGear ==== | ==== Post-compilation: Launching FlightGear ==== | ||