Skip to content

Commit

Permalink
Added installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoqueDeicide committed Dec 12, 2014
1 parent b2e3d9c commit 89bba29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ I have exposed some parts of CryEngine triangular mesh editing interface for sta
The next milestone would be to remove some of the old, too complicated features, that made the development process slow, and debugging very hard. Achieving that goal proved to be a little too much for me, as my inexperience with C++ and lack of understanding of CryMono's internal mechanisms (mostly thanks to poor docs) caused me to botch CryMono completely, leaving no choice other then restarting the project from scratch.
## CryCIL
After restarting the project and naming it CryCIL I've set out to create "v1" version of it which would be the minimal implementation needed for working with Mono. v1 mostly focuses on just establishing virtual interface with Mono with minimal interaction with CryEngine, which means, that it has a potential to be compatible with almost any other version of CE.
# Installation
Download the release of CryCIL that you want to use (e.g. the latest one). Then download release of CryCIL Base Binaries that is mentioned in the notes for your CryCIL release. Unpack both archives into CryEngine installation directory.
# Documentation & Info
Most of the tutorial-style documentation articles will at the Wiki section of the <a href="https://github.com/RoqueDeicide/CryCIL/">GitHub</a> page.

Expand Down

0 comments on commit 89bba29

Please sign in to comment.