diff --git a/README.md b/README.md new file mode 100644 index 000000000..1b9025fde --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# boost静态库 + +专用于mac下的boost的静态库 + +编译过程如下: + +```bash +./bootstrap.sh + +./b2 + +cp stage/lib ../ + +rm -rf `ls|grep -v lib` +``` \ No newline at end of file