|
发表于 2010-11-14 23:14:02
|
显示全部楼层
Post by bingyuan;2119827
这句是表示将xulrunner编译进firefox,合为一个包,对吗?
ac_add_options --enable-libxul (default)
Builds the core gecko components as a single library called libxul. This improves startup and runtime performance by reducing the number of relocations performed.
system libxul表示使用系统提供的libxul库,不开这个选项,就不会使用系统的xulrunner,也就不会产生依赖关系,至于enable-libxul则不是必须的,就算使用了disable-libxul,也仅仅是不把gecko组建打包成一个lib而已,还是和firefox集成的。 |
|