From 0f44bb3069e917f847e17891ab39fd2f6ab95857 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 18 Jul 2017 11:33:04 -0700 Subject: [PATCH] Updated README build module --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e352719..31e9f3f 100644 --- a/README.md +++ b/README.md @@ -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) ***