diff --git a/README.md b/README.md index 4b3d954..bcb974f 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,10 @@ There are generally two ways one might want to use this SDK/service. ![Image](docs/img/methods.png) +## Build instructions + +Check out our [Integrations](integrations/) to learn how to build and integrate this into your particular application. + ## How does it work? -We've built a special background service that pairs the ZeroTier protocol with a user-space [Lightweight IP (lwIP) stack](http://savannah.nongnu.org/projects/lwip/) to create a new way for you to bring your applications onto your virtual network. Check out our [Integrations](integrations/) to learn how to integrate this with your particular application. - -For a more in-depth explanation of our technology take a look at our [SDK Primer](docs/zt_sdk.md) \ No newline at end of file +We've built a special background service that pairs the ZeroTier protocol with a user-space [Lightweight IP (lwIP) stack](http://savannah.nongnu.org/projects/lwip/) to create a new way for you to bring your applications onto your virtual network. For a more in-depth explanation of our technology take a look at our [SDK Primer](docs/zt_sdk.md) \ No newline at end of file diff --git a/integrations/README.md b/integrations/README.md index 60fb19d..c4b0154 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -9,8 +9,9 @@ Also stop by our [community section](https://www.zerotier.com/community/) for mo *** ## Current Integrations +If you want everything built at once, type `make all` and go play outside for a little while, we'll put all of the built targets into the `build` directory for you along with specific instructions on how to use each binary. + ### Apple -We've created a single [XCode project](/Apple) which will build every target you need for iOS/OSX/Unity development. You'll want to grab that project, build the target for the type of development you want to do and then use it in one of the platform-specific integration tutorials below: ##### iOS - [Embedding within an app](../docs/ios_zt_sdk.md) - [Unity3D plugin](../docs/unity3d_ios_zt_sdk.md)