Skip to content
Stephen von Takach edited this page May 3, 2016 · 7 revisions

Welcome to the engine wiki!

Installing

  1. Perform steps to install https://github.com/cotag/libuv
  2. gem install orchestrator

using JRuby on Windows

  1. Install JRuby x64 with JRE: http://www.jruby.org/download
  2. Install GCC: http://win-builds.org/stable/
    • Setup the paths as described on that page
    • set LIBRARY_PATH=X:\win-builds-64\lib;X:\win-builds-64\x86_64-w64-mingw32\lib
  3. Install MS VS: http://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx
  4. Install OpenSSL: http://slproweb.com/products/Win32OpenSSL.html
    • Set OPENSSL_CONF=X:\path_to\OpenSSL-Win64\bin\openssl.cfg
  5. Use jgem and jbundler to install

NOTE: jRuby may need its encryption to be upgraded: http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html For JRE7: You can find these at the Oracle Website. Download the zip file, and extract the two important files it contains: local_policy.jar and US_export_policy.jar. Move these files into your $JAVA_HOME/jre/lib/security directory.

jRuby should have the following ENV variable set: _JAVA_OPTIONS=-Xms1152m -Xmx1152m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled

Other Topics