版本 38 和 Solaris build instructions 的 版本 39 之間的變動
- 時間撮記:
- 2011-5-26 上午10:04:46 (13 年 前)
圖例:
- 未更動
- 新增
- 刪除
- 修改
-
Solaris build instructions
v38 v39 69 69 }}} 70 70 71 3. To build a release package, type `kmk all`. This produces the required binaries in `out/solaris.x86/release/bin/`. (If you want to build a debug version, type `kmk BUILD_TYPE=debug`.) 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.71 3. To build a release package, type `kmk all`. This produces the required binaries in `out/solaris.x86/release/bin/`. (If you want to build a debug version, type `kmk BUILD_TYPE=debug`.) 72 72 73 73