Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

added release notes for 1.9.14, proposed features to add in 1.9.15
m (→‎Download: Correct version on master)
(added release notes for 1.9.14, proposed features to add in 1.9.15)
Line 17: Line 17:
  cd ../next
  cd ../next
  ../download_and_compile.sh -p n -x
  ../download_and_compile.sh -p n -x
=== Change Log ===
Changes in 1.9.14
# Version bump for 2.99.9 now 3.0.0
# changed logging to log entire output of a sub-process rather than write individual lines of output to a logfile.
# logs are versioned.
# fix to support a change in fgdata version when fgdata is a symlink
# Automatic j option # of cores + 1
# fixed stable fgrun build
# stable is now 2.12.0 for fgfs & simgear, 2.12.1 for fgdata
# fixed broken stable build for 2.12.0
# Added section on setup
# once built, unless specifically requested by parameter OSG or PLIB: Don't rebuild OSG or plib Don't update OSG or plib sources
# self testing with ./download_and_compile.sh test. 
=== Proposed changes for 1.9.15 ===
# build fltk and boost libraries
# fgpanel support
# add support for: --apt-get-update --package --no-package --update --no-update --configure --no-configure
# add option items for options in flightgear's cmakelists.txt
# multiple targets and option values in the command line: support any combination of upper/lower case build targets with version numbers, branch and debug and other options. options selected would apply until overriden by another option on the command line.
for example: 
../download_and_compile.sh --nodebug fltk-1.3.2 boost-1.55.0 osg-3.2.0 --branch release/3.0.0  --debug simgear flightgear fgpanel --branch master --nodebug openrti
   


=== Disk Space Requirements ===
=== Disk Space Requirements ===
930

edits