Fedora Packages and Compiling: Difference between revisions

Jump to navigation Jump to search
→‎Download_and_compile.sh: Use a wiki template for the FGMeta URL (besides, the previous link pointed to FGData...)
(→‎Download_and_compile.sh: download_and_compile.sh has no -n option (n must be the argument of -p here))
(→‎Download_and_compile.sh: Use a wiki template for the FGMeta URL (besides, the previous link pointed to FGData...))
Line 168: Line 168:
  mkdir $HOME/fg2024
  mkdir $HOME/fg2024
  cd $HOME/fg2024
  cd $HOME/fg2024
  git clone [https://gitlab.com/flightgear/fgdata.git https://gitlab.com/flightgear/fgmeta.git] fgmeta
  git clone {{fgmeta source
  | type = git
  | full = 1
  }} fgmeta
  fgmeta/download_and_compile.sh -p n FGFS
  fgmeta/download_and_compile.sh -p n FGFS
The ''-p n'' arg tells the script to NOT use ''apt'' to check, update, or fetch packages. Once the required packages are loaded from the Fedora repositories normal dnf upgrade commands will update the needed packages along with the rest of your system.
The ''-p n'' arg tells the script to NOT use ''apt'' to check, update, or fetch packages. Once the required packages are loaded from the Fedora repositories normal dnf upgrade commands will update the needed packages along with the rest of your system.
512

edits

Navigation menu