From 277d2056634250ca64e529e4aa1bff916dd3c3cd Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Mon, 6 Jan 2014 16:29:11 +0000 Subject: [PATCH] Issue #951: added notes about Windows installation. --- INSTALL.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.txt b/INSTALL.txt index 3600ff9ea..25b50af4e 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -26,10 +26,16 @@ Installation 2. Prerequisites (Windows) + + !!! This must be done PRIOR to running the bundle install command !!! Windows requires the sqlite.dll. Simply grab the zip file below and extract it to your Ruby bin directory: http://www.sqlite.org/sqlitedll-3_7_0_1.zip + + Other than that, you also need TheRubyRacer. As it's painful to install it on Windows, you can download 2 pre-compiled V8 DLLs and 2 gems from https://github.com/hiranpeiris/therubyracer_for_windows. + + After both the SQLite and V8 DLLs are in the Ruby bin directory, and the 2 gems related to TheRubyRacer are installed, you can proceed with "bundle install". 3. Prerequisites (Linux)