1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

move compilation instructions into section into the section about source installs

This commit is contained in:
Charles Lowell 2011-06-01 04:37:15 -07:00
parent 5040d42cb6
commit f5633d9eab

View file

@ -27,7 +27,10 @@ talk to us about seeting up a binary distro for you.
If you can fix the [Makefile](https://github.com/fractaloop/libv8/blob/master/lib/libv8/Makefile) so that it correctly compiles for your platform, we'll pull it right in!
{FIXME: Add instructions about how to compile v8 for your platform}
git clone git@github.com:fractaloop/v8
git submodule update --init
bundle exec rake compile
### About
@ -39,6 +42,3 @@ We got tired of waiting 5 minutes for v8 to compile every time we installed that
### Develop
git clone git@github.com:fractaloop/v8
git submodule update --init
bundle exec rake compile