浏览代码

Invoke make package for png++ and seasocks.

master
Ray Burgemeestre 4 年前
父节点
当前提交
c5de1289ea
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. +1
    -0
      png++/Makefile
  2. +1
    -1
      seasocks/Makefile

+ 1
- 0
png++/Makefile 查看文件

pngpp: pngpp:
wget http://download.savannah.nongnu.org/releases/pngpp/png++-0.2.9.tar.gz wget http://download.savannah.nongnu.org/releases/pngpp/png++-0.2.9.tar.gz
tar -zxvf png++-0.2.9.tar.gz tar -zxvf png++-0.2.9.tar.gz
make package


package: package:
rm -rf out rm -rf out

+ 1
- 1
seasocks/Makefile 查看文件

seasocks_: seasocks_:
git clone https://github.com/rayburgemeestre/seasocks --branch v1.4.3 git clone https://github.com/rayburgemeestre/seasocks --branch v1.4.3
bash ../ubuntu1804.sh make impl bash ../ubuntu1804.sh make impl
# make package
make package


impl: impl:
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 40 update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 40

正在加载...
取消
保存