Fedora Packages and Compiling: Difference between revisions

Jump to navigation Jump to search
→‎Use the git repository: Use wiki repository templates instead of SourceForge URLs; as a bonus, this removes the use of the insecure git:// protocol
(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 gitlab repositories rather than tar files so that you might contributr inthe future.
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 https://git.code.sf.net/p/flightgear/simgear simgear
  git clone --single-branch --branch release/2024.1 {{simgear source
  git clone --single-branch --branch release/2024.1 https://git.code.sf.net/p/flightgear/flightgear flightgear
  | type = git
  git clone --single-branch --branch release/2024.1 git://git.code.sf.net/p/flightgear/fgdata fgdata
  | 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 ====
512

edits

Navigation menu