Buildbot
Builds our system every night to ensure master is build-able on all supported platforms
System | Link | Download |
---|---|---|
Windows32 | Requested waiting for infra | |
Windows64 | Requested waiting for infra | |
Ubuntu | https://ci.apache.org/builders/corinthia-master | |
OS-X | Requested waiting for infra | |
RAT scan | https://ci.apache.org/builders/corinthia-master-rat |
The configuration is available at
1: Download and install tools
Platform | Tool | Version >= | Download site | Comment |
---|---|---|---|---|
all | git | 1.9.0 | ||
all | cmake | 3.1 | ||
Windows | visual studio | 2013 | https://www.visualstudio.com/ | Free for open source developers |
Linux | gcc | 4.8.4 | https://gcc.gnu.org/ | |
Linux | g++ | 4.8.4 | https://gcc.gnu.org/ | Only needed for editor |
Linux | make | 3.81 | https://www.gnu.org/software/make/ | |
OS-X | Xcode | 6.4 | https://developer.apple.com/xcode/downloads/ |
Please follow installation instructions relevant for your system. We do not maintain installation instructions for maintenance reasons.
2: Get the source
mkdir incubator-corinthia cd incubator-corinthia git clone https://git-wip-us.apache.org/repos/asf/incubator-corinthia.git |
---|
We use the following branches:
Name | Description |
---|---|
Master | Default, Main development branch |
Stable | Copy for master, after confirming all test passes |
Release_0.1 | First official release |
Please make patches to master only.
3: Get needed libraries
Then the libraries must be installed. Finding the libraries in a 32bit and 64bit is a chal
Corinthia source release, does not contain makefiles or microsoft solutions, instead cmake (see http://www.cmake.org) is used to generate the build files needed on a given platform. The build process can be adapte
Builds