运行bootstrap.sh
# ./bootstrap.sh
生成b2、bjam和project-config.jam文件
修改project-config.jam
using gcc : arm : arm-linux-g++ ; (注意空格)
运行bjam
# ./bjam
编译
# ./b2
安装
# ./b2 install
运行bootstrap.sh
# ./bootstrap.sh
生成b2、bjam和project-config.jam文件
修改project-config.jam
using gcc : arm : arm-linux-g++ ; (注意空格)
运行bjam
# ./bjam
编译
# ./b2
安装
# ./b2 install