Updated README build module

This commit is contained in:
Joseph Henry
2017-07-18 11:33:04 -07:00
parent 9918093c4b
commit 0f44bb3069

View File

@@ -43,11 +43,11 @@ Bindings for various [languages](examples)
### Building (linux, macos, bsd, win, ios)
All targets will output to `build/`. Complete instructions [here](BUILDING.md)
`git submodule init`
`git submodule update`
`make static_lib`
- Static Library (linux, mac, win, bsd): `make static_lib`
- iOS App Framework: `make ios_app_framework`
- macOS App Framework: `make macos_app_framework`
All targets will output to `build/`. Complete instructions [here](BUILDING.md)
***