Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 5, 2021
1 parent 3234c16 commit 1ede230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ On Linux you need a suitable libv8 installation, see below.

### Linux: Static libv8

__NEW:__ As of V8 3.4 there is a new option for x64 Linux platforms to automatically download a suitable static build of libv8 during package installation. To use this in R set an environment variable `DOWNLOAD_STATIC_LIBV8=1` during installation, for example:
__NEW:__ As of V8 3.4 there is a new option for x64 Linux platforms to automatically download a suitable static build of libv8 during package installation. To use this, set an environment variable `DOWNLOAD_STATIC_LIBV8` during installation, for example:

```r
Sys.setenv(DOWNLOAD_STATIC_LIBV8 = 1)
Expand Down

0 comments on commit 1ede230

Please sign in to comment.