Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

Jump to navigation Jump to search
m
Describe --compositor option.
(remove subversion entries since dnc doesn't use/need svn)
m (Describe --compositor option.)
Line 608: Line 608:
* Skip retrieving of software updates (i.e., by default: <tt>apt-get update</tt>): <code>-d n</code>
* Skip retrieving of software updates (i.e., by default: <tt>apt-get update</tt>): <code>-d n</code>
* Skip the configure step (like running [https://cmake.org/ CMake] or [https://www.gnu.org/software/autoconf/ autoconf]'s <tt>./configure</tt>): <code>-r n</code>
* Skip the configure step (like running [https://cmake.org/ CMake] or [https://www.gnu.org/software/autoconf/ autoconf]'s <tt>./configure</tt>): <code>-r n</code>
* Skip compilation of programs: <code>-c n</code>.
* Skip compilation of programs: <code>-c n</code>
* build with compositor: <code>--compositor</code>


For example, if you are a developer and wish to quickly recompile and reinstall only your own modifications for FlightGear, you can do this:
For example, if you are a developer and wish to quickly recompile and reinstall only your own modifications for FlightGear, you can do this:
219

edits

Navigation menu