浏览代码

Checkout v8pp before trying to package it :-)

master
Ray Burgemeestre 5 年前
父节点
当前提交
36d16c1a72
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      v8pp/Makefile

+ 4
- 4
v8pp/Makefile 查看文件

# git clone https://github.com/rayburgemeestre/v8pp # git clone https://github.com/rayburgemeestre/v8pp
# #
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
bash ../ubuntu1804.sh make build
bash ../ubuntu1804.sh make archive # outside container not enough permissions
bash ../ubuntu1804.sh make package # outside container not enough permissions

# will be factored out at some point # will be factored out at some point
git clone https://github.com/pmed/v8pp git clone https://github.com/pmed/v8pp
pushd v8pp && git checkout 8ad6c07b13a811d9132c202f48b4a902d5685a98 # master at time of writing pushd v8pp && git checkout 8ad6c07b13a811d9132c202f48b4a902d5685a98 # master at time of writing


bash ../ubuntu1804.sh make build
bash ../ubuntu1804.sh make archive # outside container not enough permissions
bash ../ubuntu1804.sh make package # outside container not enough permissions

# also packages v8pp for now # also packages v8pp for now
make fpm_package make fpm_package



正在加载...
取消
保存