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

Update README.md file

Add information about the new supported platforms and document compiler
selection functionality.
This commit is contained in:
Petko Bordjukov 2013-12-05 14:51:51 +02:00
parent ca3e3e69f5
commit 09f7aa33fc

View file

@ -21,10 +21,13 @@ platforms.
* x86_64-darwin10.7.0 * x86_64-darwin10.7.0
* x86_64-darwin-10 * x86_64-darwin-10
* x86_64-darwin-11 * x86_64-darwin-11
* x86_64-darwin-10 * x86_64-darwin-12
* x86_64-darwin-13
* x86_64-linux * x86_64-linux
* x86-linux * x86-linux
* x86_64-freebsd-9 * x86_64-freebsd-9
* x86_64-freebsd-10
* x86_64-solaris-2.11
If you don't see your platform on this list, first, make sure that it If you don't see your platform on this list, first, make sure that it
installs from source, and second talk to us about setting up a binary installs from source, and second talk to us about setting up a binary
@ -102,6 +105,14 @@ Using Bundler (in your Gemfile):
Please note that if you intend to run your own V8, you must install Please note that if you intend to run your own V8, you must install
both V8 *and its headers* (found in libv8-dev for Debian distros). both V8 *and its headers* (found in libv8-dev for Debian distros).
### Bring your own compiler
You can specify a compiler of your choice by either setting the `CXX`
environment variable before compilation, or by adding the
`--with-cxx=<compiler>` option to the bundle configuration:
bundle config build.libv8 --with-cxx=clang++
### About ### About
This project spun off of This project spun off of