README.md in h8-0.0.4 vs README.md in h8-0.0.5
- old
+ new
@@ -55,11 +55,11 @@
gclient update
export CXXFLAGS='-std=c++11 -stdlib=libc++ -mmacosx-version-min=10.9'
export LDFLAGS=-lc++
make native
- exportexport V8_3_31_ROOT=`pwd` # or somehow else set it
+ export V8_3_31_ROOT=`pwd` # or somehow else set it
Note that exporting symbols is a hack that may not be in need anymore. After that the gem should
install normally.
#### Debian and like
@@ -68,10 +68,10 @@
sudo apt-get install libv8-3.31-dev
It should install prerequisites, if not, manually install
- sudo apt-get install libicu-dev
+ sudo apt-get install libicu-dev
You might also need to install GMP.
### Setting up