982
edits
No edit summary |
|||
| Line 20: | Line 20: | ||
The download_and_compile.sh script was originally developed as an easy way to get the latest flightgear features in the hands of non-developers and to entice new developers to the project with an easy way to get a workable build environment in place. | The download_and_compile.sh script was originally developed as an easy way to get the latest flightgear features in the hands of non-developers and to entice new developers to the project with an easy way to get a workable build environment in place. | ||
=== Script Requirements === | === Script Requirements === | ||
functional requirements: | |||
# bash script with options and parameters | |||
# install any pre-requisite development packages | |||
# download or update sources as needed | |||
# build any recent version of flightgear and associated launchers and utilities | |||
# download fgdata | |||
# set of scripts to start flightgear, launchers and utilities | |||
Other requirements: | |||
# minimal load on network resources | |||
# support for building with different versions of underlying packages such as boost, OSG, etc | |||
See Future requirements below | |||
=== Script Features === | === Script Features === | ||
=== Alternative Coding approaches === | === Alternative Coding approaches === | ||
edits