mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
update g++
This commit is contained in:
parent
d745313f44
commit
66a460f062
2 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
language: ruby
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
rvm:
|
||||
- 2.0
|
||||
- 2.1
|
||||
|
@ -13,3 +15,4 @@ addons:
|
|||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- gcc-4.8
|
||||
- g++-4.8
|
||||
|
|
|
@ -127,6 +127,9 @@ Or install it yourself as:
|
|||
|
||||
$ gem install mini_racer
|
||||
|
||||
|
||||
**Note** v8.h seems to require gcc version 4.8 and up, if you are having issues installing try upgrading gcc
|
||||
|
||||
## Similar Projects
|
||||
|
||||
###therubyracer
|
||||
|
|
Loading…
Add table
Reference in a new issue