增加编译过程

This commit is contained in:
yangzuhao
2022-12-15 23:57:34 +08:00
parent cb7ca21a2e
commit 29cc166bf1
+15
View File
@@ -0,0 +1,15 @@
# boost静态库
专用于mac下的boost的静态库
编译过程如下:
```bash
./bootstrap.sh
./b2
cp stage/lib ../
rm -rf `ls|grep -v lib`
```