Skip to content

Building

jesterKing edited this page Oct 22, 2014 · 2 revisions

Building the libraries and tester

Below the build process is laid out. Note that at this time building is only tested with x64 target platform on Windows. x86 isn't currently on the list, and likely will not ever be. Compiling the code on Linux and OS X is on the road map though.

Build process

  • clone the repository
  • checkout bindep branch
  • extract contents of bindeps.7z file at the top-level of the clone
  • open cycles.sln
  • ensure csycles_tester is start up project
  • build
  • run from csycles_tester\bin\Debug or csycles_tester\bin\Release

Screencast

I have created a short video of the build process: https://www.youtube.com/watch?v=ENyjG7h5Dxw

Clone this wiki locally