Changes between Version 57 and Version 58 of Linux build instructions
- Timestamp:
- Apr 14, 2009 7:00:12 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux build instructions
v57 v58 113 113 kmk BUILD_TYPE=debug 114 114 }}} 115 In case you have more than one CPU core, you could take advantage of our parallel build system by supplying `-j3` (number of cores + 1) as an option to kmk.115 In case you have more than one CPU core, kmk will automatically do a parallel build. 116 116 117 117 … … 133 133 LD_LIBRARY_PATH=. ./VirtualBox 134 134 }}} 135 Note that the {{{LD_LIBRARY_PATH=.}}} is required for VBox version < 2.0 because we have to find our {{{.so}}} files and the output directory is not in the system's library path. Starting with VBox 2.0 ourbinaries have RPATH set.135 Note that the {{{LD_LIBRARY_PATH=.}}} is required for VBox version < 2.0 because we have to find our {{{.so}}} files and the output directory is not in the system's library path. Starting with VBox 2.0, the binaries have RPATH set.