Browse Source

mention what -j8 means, refs #271

Stefan Siegl 8 years ago
parent
commit
54fd987b0c
2 changed files with 2 additions and 1 deletions
  1. 1 0
      README.Linux.md
  2. 1 1
      README.MacOS.md

+ 1 - 0
README.Linux.md

@@ -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

+ 1 - 1
README.MacOS.md

@@ -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