mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Added Develop section to the readme
This commit is contained in:
parent
fd95cf5759
commit
a47177ab90
1 changed files with 6 additions and 0 deletions
|
@ -36,3 +36,9 @@ a specific version of v8 to compile and run against. However, actually deliverin
|
|||
reliably to all the different platforms proved to be a challenge to say the least.
|
||||
|
||||
We got tired of waiting 5 minutes for v8 to compile every time we installed that gem.
|
||||
|
||||
### Develop
|
||||
|
||||
git clone git@github.com:fractaloop/v8
|
||||
git submodule update --init
|
||||
bundle exec rake compile
|
||||
|
|
Loading…
Reference in a new issue