Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

xtralifecloud/cloudbuilder

Repository files navigation

CloudBuilder

Native C++ SDK for XtraLife (former Clan of the Cloud)

Downloading and installing

Download the desired version (either in .7z form, requiring 7-zip to decompress, or in .zip form) from the releases page below.

Then, start with the documentation in order to start integrating the SDK in your own application.

This SDK works with XtraLife. For more information and configuring your application, visit https://xtralife.cloud/. Note that we also provide a Unity SDK, which is much easier to get started with.

Compiling

Compiling is rather complicated and if you simply want to use the library, we encourage you to start by downloading a precompiled version of the SDK from the releases page.

In order to compile, you need the delivery directory. You can obtain it by checking out the cloudbuilder-tools repository and putting it side-by-side with the cloudbuilder repository on your local machine. Compiling all the sub-projects will put their results ready for use in a directory cloudbuilder-tools/../cloudbuilder/delivery.

In order to get started quickly, you can download a precompiled version on the Google Drive. These files may be updated often, last versions are currently dated from Mon, Sep 19 of 2016. You can download directly from here the 7z version or the zip version

The CLI project is used for testing and debugging, more instructions will be coming soon. Stay tuned!