1、先执行命令 ./configure 配置 2、在执行命令 sudo make 编译 3、执行命令 sudo make install 安装 4、修改/etc/ld.so.conf 文件,添加共享库路径"/usr/local/lib" 5、执行ldconfig 重启 即可使用 6、在gcc 编译源文件的时候添加 -lcstl 选项(切记一定要添加) - View it on GitHub
Star
0
Rank
14192628