Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

Replace http links with https (wherever it works)
(Update start of page)
(Replace http links with https (wherever it works))
Line 61: Line 61:
== Download ==
== Download ==
You can download the script here:  
You can download the script here:  
http://sourceforge.net/p/flightgear/fgmeta/ci/next/tree/download_and_compile.sh?format=raw
https://sourceforge.net/p/flightgear/fgmeta/ci/next/tree/download_and_compile.sh?format=raw
*The script is maintained in the FlightGear main repository. Remember to update this script whenever a new FlightGear version is released, so that you'll be able to download the latest stable revision.
*The script is maintained in the FlightGear main repository. Remember to update this script whenever a new FlightGear version is released, so that you'll be able to download the latest stable revision.


Line 74: Line 74:
mkdir ~/fgfs
mkdir ~/fgfs
cd ~/fgfs
cd ~/fgfs
wget http://sourceforge.net/p/flightgear/fgmeta/ci/next/tree/download_and_compile.sh?format=raw
wget https://sourceforge.net/p/flightgear/fgmeta/ci/next/tree/download_and_compile.sh?format=raw
chmod 755 download_and_compile.sh
chmod 755 download_and_compile.sh
</pre>
</pre>
Line 172: Line 172:
</pre>
</pre>


see this thread for more details (http://forum.flightgear.org/viewtopic.php?f=45&t=26244)
see this thread for more details (https://forum.flightgear.org/viewtopic.php?f=45&t=26244)


== Options ==
== Options ==
377

edits