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:
parent
657d11fcf1
commit
54fd987b0c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user