mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Update documentation for the new release
This commit is contained in:
parent
7b6aa7fadd
commit
255823b681
2 changed files with 24 additions and 5 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,3 +1,19 @@
|
|||
### v6.7.288.46.0, v6.7.288.46.1 - 2017-07-06
|
||||
|
||||
* Update upstream v8 version to 6.7.288.46 (https://github.com/cowboyd/libv8/pull/258)
|
||||
Due to the change in V8's build system this causes several major changes until
|
||||
we're able to find a way to reimplement the necessary functionality. The changes
|
||||
are listed below.
|
||||
* Remove the option to specify --with-cxx. For now V8 is built with the
|
||||
toolchain provided by the build system (https://github.com/cowboyd/libv8/issues/260)
|
||||
* Remove the option to specify --with-system-v8. It was making it too easy for
|
||||
the user to shot themself in the foot.
|
||||
* Drop ARM support. The V8 build system is not working natively on ARM and for
|
||||
some reason crosscompilation produces X86 binaries
|
||||
(https://github.com/cowboyd/libv8/issues/261)
|
||||
* Drop FreeBSD support. Chromium's depot_tools do not support FreeBSD at this
|
||||
point. (https://github.com/cowboyd/libv8/issues/253)
|
||||
|
||||
### v6.3.292.48.0, v6.3.292.48.1 - 2017-12-20
|
||||
|
||||
* Update upstream v8 version to 6.3.292.48
|
||||
|
|
13
README.md
13
README.md
|
@ -23,13 +23,12 @@ opens the door for supporting Windows.
|
|||
That depends on your platform. Right now, we support the following
|
||||
platforms.
|
||||
|
||||
* x86_64-darwin-17
|
||||
* x86_64-darwin-16
|
||||
* x86_64-darwin-15
|
||||
* x86_64-darwin-14
|
||||
* x86_64-linux
|
||||
* x86-linux
|
||||
* x86_64-freebsd-10
|
||||
* x86_64-freebsd-11
|
||||
|
||||
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
|
||||
|
@ -78,8 +77,13 @@ source-based distribution
|
|||
|
||||
Building the V8 library from source imposes the following requirements:
|
||||
|
||||
* Ninja
|
||||
* Python 2
|
||||
* An x86/x86_64 CPU. See [#261](https://github.com/cowboyd/libv8/issues/261) for ARM state.
|
||||
* Linux with glibc or macOS. See
|
||||
[#259](https://github.com/cowboyd/libv8/issues/259),
|
||||
[#253](https://github.com/cowboyd/libv8/issues/253) and
|
||||
[#217](https://github.com/cowboyd/libv8/issues/217) for state of other
|
||||
platforms.
|
||||
* Python 2
|
||||
|
||||
### Using a git version
|
||||
|
||||
|
@ -120,7 +124,6 @@ installed that gem.
|
|||
### Sponsored by
|
||||
|
||||
<a href="http://frontside.io"></a>
|
||||
<a href="https://www.scaleway.com"></a>
|
||||
|
||||
### License
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue