Skip to content

Commit

Permalink
mention vcpkg setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Aug 15, 2023
1 parent 7d7ff97 commit 816c0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ ORGANIZATION_PREFIX = ...

## Execute Build Script

The project depends on the __Ziti Tunnel C SDK__, which is built directly into the library. It is maintained as a submodule at `./deps/ziti-tunnel-sdk-c`. This project expects builds to be built in `./deps/ziti-tunnel-sdk-c/build-macosx-x86_64` and `./deps/ziti-tunnel-sdk-c/build-macosx-arm64` for macOS and `./deps/ziti-sdk-c/build-iphoneos-arm64` for iOS (or `build-iphonesimulator-x86_64`or `build-iphonesimulator-arm64` for the simulator).
The project depends on the __Ziti Tunnel C SDK__, which is built directly into the library. It is maintained as a submodule at `./deps/ziti-tunnel-sdk-c`. Be sure to follow the [vcpkg setup steps](./deps/ziti-tunnel-sdk-c/BUILD.md). This project expects builds to be built in `./deps/ziti-tunnel-sdk-c/build-macosx-x86_64` and `./deps/ziti-tunnel-sdk-c/build-macosx-arm64` for macOS and `./deps/ziti-sdk-c/build-iphoneos-arm64` for iOS (or `build-iphonesimulator-x86_64`or `build-iphonesimulator-arm64` for the simulator).


This project conains the [`buid_all.sh`](build_all.sh) script that will build the project from the command-line for `macosx`, `iphoneos`, and `iphonesimulator` platforms.
Expand Down

0 comments on commit 816c0ea

Please sign in to comment.