Added Linux binaries

This commit is contained in:
Jarrod Norwell
2024-03-23 19:47:04 +08:00
parent 6a5e8a53d8
commit bd95c8ea5d
44 changed files with 576 additions and 0 deletions

12
boost/docker.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
set -e
THIS=$(readlink -e $0)
PKG_NAME=$1
VERSION=$2
cd /src/${PKG_NAME}_${VERSION}
/bin/bash /src/${PKG_NAME}_${VERSION}/bootstrap.sh
./b2 --prefix=/src/${PKG_NAME}-${VERSION}/usr/local install
cp $THIS /src/${PKG_NAME}-${VERSION}