版本 46 和 Linux build instructions 的 版本 47 之間的變動
- 時間撮記:
- 2008-8-31 下午04:18:57 (16 年 前)
圖例:
- 未更動
- 新增
- 刪除
- 修改
-
Linux build instructions
v46 v47 109 109 1. Change to the root directory of the sources and execute the configure script: 110 110 {{{ 111 ./configure 111 ./configure --disable-hardening 112 112 }}} 113 113 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).