-
Notifications
You must be signed in to change notification settings - Fork 687
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.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 on this step; - Run
rake
to build the solution.