Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

Line 113: Line 113:
* Skip retrieving software updates using '''-d n''' option
* Skip retrieving software updates using '''-d n''' option
* Skip reconfigure (make clean) using '''-r n''' option
* Skip reconfigure (make clean) using '''-r n''' option
For example, if you a developer and wish to fast recompile and reinstall only modification for FlightGear do this:
<pre>
sh download_and_compile.sh -p n -d n -r n  FGFS
</pre>
this will only recompile modifications and reinstall them.


==Disk usage==
==Disk usage==
Having both compiled program, source codes and data from cvs requires some hard disk space: It will take you something like 3GB of space.
Having both compiled program, source codes and data from cvs requires some hard disk space: It will take you something like 3GB of space.
If you don't have a fast machine, it will require you also some hours of compilation time.
If you don't have a fast machine, it will require you also some hours of compilation time.