0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-08 13:48:40 +00:00

mention what -j8 means, refs #271

This commit is contained in:
Stefan Siegl 2016-11-01 21:12:52 +01:00
parent 657d11fcf1
commit 54fd987b0c
2 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ export GYPFLAGS="-Dv8_use_external_startup_data=0"
# Force gyp to use system-wide ld.gold
export GYPFLAGS="${GYPFLAGS} -Dlinux_use_bundled_gold=0"
# Compile V8 (using up to 8 CPU cores, requires a lot of RAM, adapt as needed)
make native library=shared snapshot=on -j8
# Install to /usr

View File

@ -28,7 +28,7 @@ cd v8
git checkout 3.32.6
gclient sync
# Build
# Compile V8 (using up to 8 CPU cores, requires a lot of RAM, adapt as needed)
make native library=shared -j8
# Install to /usr