- 
                Notifications
    You must be signed in to change notification settings 
- Fork 684
Building
        Samir Aguiar edited this page Apr 28, 2016 
        ·
        3 revisions
      
    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.batto install Bundler;
- Run bundler installto 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 raketo build the solution and run the tests (alternatively runrake -Tto see the available tasks).