You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
249B

  1. pushd v8pp
  2. mkdir -p out;
  3. pushd out
  4. pwd
  5. cmake -DV8_INCLUDE_DIRS=/opt/cppse/build/v8pp/include -DV8_LIB=/opt/cppse/build/v8pp/lib -DV8_LIBPLATFORM=/opt/cppse/build/v8pp/lib -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON ..
  6. ls -alh
  7. make
  8. # make install