From 56a013b06ff1d3e746634d8df8dc4b2a9d4ce792 Mon Sep 17 00:00:00 2001 From: redknight99 Date: Sat, 18 Jul 2015 15:58:47 -0700 Subject: [PATCH] Update Install.txt 1. Updated the "therubyracer for windows" link. The current one was 404. 2. Added an instruction about changing the dependencies. Without changing the dependencies bundle install will attempt to install an incompatible version of therubyracer . --- INSTALL.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 2f19a0016..c562d401d 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -33,8 +33,10 @@ Installation 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. + 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/eakmotion/therubyracer_for_windows. + Finally, edit beef's gem lock file by replacing the required ruby racer version with the version downloaded from the link above. + 3. Prerequisites (Linux) !!! This must be done PRIOR to running the bundle install command !!!