Skip to content
Samir Aguiar edited this page Apr 28, 2016 · 3 revisions

Windows

To build on Windows, first download and install [Ruby 2.24] (http://rubyinstaller.org/downloads/) (the version matters). Then, do the following to build:

  • Open the command prompt at the root directory of the repository;
  • Run the InstallGems.bat to install Bundler;
  • Run bundler install to download the dependencies (rake, mini_portile, rubyzip and others). If you have a newer version of Ruby than the one mentioned above, it's possible that the installation of nokogiri will fail;
  • Run rake to build the solution and run the tests (alternatively run rake -T to see the available tasks).