This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step-By-Step Installation on Windows Machine:- | |
Install latest release GIT bash on Windows 64-bit - https://git-scm.com/downloads | |
Install Sublime Text 3 on Windows - https://www.sublimetext.com/download | |
Install ruby v2.6.3 on Windows - https://rubyinstaller.org/downloads/archives/ | |
Install MSYS2 for dev tools on Windows and follow the installation steps mentioned here - https://www.msys2.org/ | |
Open Windows CMD and run - `ridk install` > Select Option-3 > After installation of packages > Press Enter | |
Run on MSYS2 terminal - `pacman -S base-devel mingw-w64-x86_64-toolchain` | |
Open Windows CMD and run - `ridk exec pacman -S mingw-w64-x86_64-libxslt` | |
Run on Windows CMD - `gem install nokogiri --platform ruby -- --use-system-libraries` |