Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PlatformToolVersion >=Download siteComment
allgit1.9.0

http://git-scm.com/

or apt-get 
allcmake3.1

http://www.cmake.org/download/

or apt-get 
Windowsvisual studio2013https://www.visualstudio.com/Free for open source developers
Linuxgcc4.8.4apt-gethttps://gcc.gnu.org/ 
Linuxg++4.8.4apt-gethttps://gcc.gnu.org/Only needed for editor
Linuxmake3.81apt-gethttps://www.gnu.org/software/make/ 
OS-XXcode6.4https://developer.apple.com/xcode/downloads/or MAC App store 

Please follow Follow installation instructions on relevant sub pagerelevant 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 

...

NameDescription
MasterDefault, Main development branch
StableCopy for master, after confirming all test passes
Release_0.1First official release

All patches must be done on master, pleasePlease make patches to master only.

3: Get needed libraries

 

...