512
edits
(minor typos) |
(→Use the git repository: Use wiki repository templates instead of SourceForge URLs; as a bonus, this removes the use of the insecure git:// protocol) |
||
| Line 79: | Line 79: | ||
====Use the git repository==== | ====Use the git repository==== | ||
If you are going to compile and build your own version of FlightGear, possibly fixing a personal bug or adding a feature, please consider joining the community of developers and contributing. To start, it is best to use the | If you are going to compile and build your own version of FlightGear, possibly fixing a personal bug or adding a feature, please consider joining the community of developers and contributing. To start, it is best to use the GitLab repositories rather than tar files so that you might contribute in the future. | ||
For 2024.1, we clone a single branch of the repository to have a similar configuration as with the tar files. | For 2024.1, we clone a single branch of the repository to have a similar configuration as with the tar files. | ||
git clone --single-branch --branch release/2024.1 | git clone --single-branch --branch release/2024.1 {{simgear source | ||
git clone --single-branch --branch release/2024.1 | | type = git | ||
git clone --single-branch --branch release/2024.1 git | | full = 1 | ||
}} simgear | |||
git clone --single-branch --branch release/2024.1 {{flightgear source | |||
| type = git | |||
| full = 1 | |||
}} flightgear | |||
git clone --single-branch --branch release/2024.1 {{fgdata source | |||
| type = git | |||
| full = 1 | |||
}} fgdata | |||
==== Building 2024.1 ==== | ==== Building 2024.1 ==== | ||
edits