226
edits
 (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:  | ||
edits