50
edits
(Clone the more specifically titled fedora 40 page. Redirect Fedora 40 to here.) |
m (Rmove 2020.3 procedures) |
||
| Line 29: | Line 29: | ||
The following sections describe example scenarios for compiling and installing various versions of FlightGear. | The following sections describe example scenarios for compiling and installing various versions of FlightGear. | ||
Note that one shell variable is used in these examples to control the number of parallel processes allowed by make. Using this parallelism speed up the compilation process. | Note that one shell variable is used in these examples to control the number of parallel processes allowed by make. Using this parallelism speed up the compilation process. Place this in your $HOME/.bashrc. | ||
export NPROC=`/usr/bin/nproc` | export NPROC=`/usr/bin/nproc` | ||
| Line 127: | Line 127: | ||
The default PATH for users already has /usr/local/bin ahead of /usr/bin and so the newly rebuilt version of fgfs, the FlightGear exutable will be found before the dnf-installed version. | The default PATH for users already has /usr/local/bin ahead of /usr/bin and so the newly rebuilt version of fgfs, the FlightGear exutable will be found before the dnf-installed version. | ||
=== | ===Current release version 2024.1=== | ||
This example gives the simple case of a single private version in your HOME directory. | |||
mkdir $HOME/fg2024.1 | mkdir $HOME/fg2024.1 | ||
cd $HOME/fg2024.1 | cd $HOME/fg2024.1 | ||
edits