Update build

This commit is contained in:
2019-11-09 17:15:20 -05:00
parent e72fa1587b
commit ba81748a74
8 changed files with 11 additions and 7 deletions

6
.gitmodules vendored
View File

@@ -25,3 +25,9 @@
[submodule "lib/harfbuzz"] [submodule "lib/harfbuzz"]
path = lib/harfbuzz path = lib/harfbuzz
url = https://github.com/harfbuzz/harfbuzz url = https://github.com/harfbuzz/harfbuzz
[submodule "lib/libmagic"]
path = lib/libmagic
url = https://github.com/threatstack/libmagic
[submodule "lib/bzip2-1.0.6"]
path = lib/bzip2-1.0.6
url = https://github.com/enthought/bzip2-1.0.6

1
lib/bzip2-1.0.6 Submodule

Submodule lib/bzip2-1.0.6 added at 288acf97a1

1
lib/libmagic Submodule

Submodule lib/libmagic added at 1249b5cd02

View File

@@ -54,14 +54,12 @@ cd ../..
mv onion/build/src/onion/libonion_static.a . mv onion/build/src/onion/libonion_static.a .
#bzip2 #bzip2
git clone https://github.com/enthought/bzip2-1.0.6
cd bzip2-1.0.6 cd bzip2-1.0.6
make -j 4 make -j 4
cd .. cd ..
mv bzip2-1.0.6/libbz2.a . mv bzip2-1.0.6/libbz2.a .
# magic # magic
git clone https://github.com/threatstack/libmagic
cd libmagic cd libmagic
./autogen.sh ./autogen.sh
./configure --enable-static --disable-shared ./configure --enable-static --disable-shared

View File

@@ -42,14 +42,12 @@ mv ffmpeg/libswresample/libswresample.a .
mv ffmpeg/libswscale/libswscale.a . mv ffmpeg/libswscale/libswscale.a .
#bzip2 #bzip2
git clone https://github.com/enthought/bzip2-1.0.6
cd bzip2-1.0.6 cd bzip2-1.0.6
make -j 4 make -j 4
cd .. cd ..
mv bzip2-1.0.6/libbz2.a . mv bzip2-1.0.6/libbz2.a .
# magic # magic
git clone https://github.com/threatstack/libmagic
cd libmagic cd libmagic
./autogen.sh ./autogen.sh
./configure --enable-static --disable-shared ./configure --enable-static --disable-shared