版本 29 和 Solaris build instructions 的 版本 30 之間的變動
- 時間撮記:
- 2008-8-31 下午04:22:45 (16 年 前)
圖例:
- 未更動
- 新增
- 刪除
- 修改
-
Solaris build instructions
v29 v30 67 67 == Building !VirtualBox == 68 68 69 1. Change to the root directory of the sources and execute the configure script: `./configure `. If it finds everything it needs, it will create a file called '!AutoConfig.kmk' containing paths to the various tools on your system. Also, it will create an environment setup script called `env.sh`. This step only has to be done once (if something changes in your build tool setup, you might have to repeat it but keep in mind that both output files will be overwritten).69 1. Change to the root directory of the sources and execute the configure script: `./configure --disable-hardening`. If it finds everything it needs, it will create a file called '!AutoConfig.kmk' containing paths to the various tools on your system. Also, it will create an environment setup script called `env.sh`. This step only has to be done once (if something changes in your build tool setup, you might have to repeat it but keep in mind that both output files will be overwritten). 70 70 71 71 2. Whenever you want to build !VirtualBox, you have to open a shell and source the generated environment setup script 'env.sh', i.e. do