982
edits
| Line 1: | Line 1: | ||
== Current Status of development | == Current Status of development == | ||
* FGMeta master | team clone: fg-download-and-compile-fgmeta.git is being removed until there is an actual team. ;-P | ||
* FGMeta master is currently script version 1.9.14 | |||
* fgmeta next is currently script version 1.9.13 and will have 1.9.15 soon. | |||
* Team clone branches | * Team clone branches | ||
** master is a copy of what is on fgmeta | ** master is a copy of what is on fgmeta | ||
1.9.15 will contain one or more of the following: | |||
*** cleanup task: lowercase all variables that are not used as environment variables. This is the current accepted practice for bash scripts. | *** cleanup task: lowercase all variables that are not used as environment variables. This is the current accepted practice for bash scripts. | ||
| Line 24: | Line 24: | ||
*** an implementation that makes use of the fgmeta cmake super build | *** an implementation that makes use of the fgmeta cmake super build | ||
People on #bash have had a look at the script a few months ago and made several good suggestions that have made their way into the maintenance list for the script above. | |||
=== Script Overview -- Discussion of why the script was originally developed and where it might go from here === | === Script Overview -- Discussion of why the script was originally developed and where it might go from here === | ||
| Line 37: | Line 37: | ||
# install any pre-requisite development packages | # install any pre-requisite development packages | ||
# download or update sources as needed | # download or update sources as needed | ||
# build any | # build the most recent released version | ||
# build any pre-release version of flightgear | |||
# build different variations of flightgear such as with a different event handler, with openrti or compilation with the -g (debug) option. | # build different variations of flightgear such as with a different event handler, with openrti or compilation with the -g (debug) option. | ||
# download fgdata | # download fgdata | ||
edits