!I integrate from //ce/main...
[CRYENGINE.git] / README.md
blob7af8c228c69f89ea24ed3a13a7d71141b1c7139f
1 # CRYENGINE
2 This repository houses the source code for CRYENGINE.
4 Instructions on getting started with git can be found [here](http://docs.cryengine.com/display/CEPROG/Getting+Started+with+git), along with details on working with launcher projects and git source code.
7 ## Building
8 In order to compile, you will need to download some third party SDKs. They can be downloaded by running the *download_sdks.py* script.
9 Or on Windows, the *download_sdks.exe* can be used alternatively.
11 CMake must be used to compile the engine, see [here](http://docs.cryengine.com/display/CEPROG/CMake) for more information.
13 In order to build Sandbox, the FBX SDK (2016.1) must be downloaded from [Autodesk](http://www.autodesk.com).
16 ## Branches
17 Development takes place primarily in the "main" branch. The stabilisation branch is used for fixing bugs in the run-up to release, and the release branch provides stable snapshots of the engine.
19 To prepare for a major (feature) release, we integrate "main" into "stabilisation", and then continue fixing bugs in "stabilisation". To prepare for a minor (stability) release, individual changes from 'main are integrated directly into "stabilisation". In each case, when the release is deemed ready, "stabilisation" is integrated to "release".
21 Pull requests can only be accepted into the "pullrequests" branch. Thanks in advance!
24 ## License
25 The source code in this repository is governed by the CRYENGINE license agreement, which is contained in [LICENSE.md](LICENSE.md), adjacent to this file. See also the FAQ [here](FAQ.md)
27 ```diff
28 + Please note: from March 20th 2018, the new CRYENGINE business model is in effect. 
29 + That means 5% royalties apply to projects developed and published on CRYENGINE 5.0 and beyond. 
30 + Check our new FAQ.md for all facts and exemptions.
31 ```