speedup make
This commit is contained in:
parent
c64aa18ba4
commit
6c061870c8
8
build.sh
8
build.sh
@ -4,22 +4,22 @@ rootdir=/opt/tor_static
|
|||||||
#build zlib
|
#build zlib
|
||||||
cd $rootdir/zlib/repo/
|
cd $rootdir/zlib/repo/
|
||||||
`cat ../config`
|
`cat ../config`
|
||||||
make && make install
|
make -j $(nproc) && make install
|
||||||
|
|
||||||
#build libevent
|
#build libevent
|
||||||
cd $rootdir/libevent/repo/
|
cd $rootdir/libevent/repo/
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
`cat ../config`
|
`cat ../config`
|
||||||
make && make install
|
make -j $(nproc) && make install
|
||||||
|
|
||||||
#build openssl
|
#build openssl
|
||||||
cd $rootdir/openssl/repo/
|
cd $rootdir/openssl/repo/
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
`cat ../config`
|
`cat ../config`
|
||||||
make && make install
|
make -j $(nproc) && make install
|
||||||
|
|
||||||
#build static tor
|
#build static tor
|
||||||
cd $rootdir/tor
|
cd $rootdir/tor
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
`cat ../config`
|
`cat ../config`
|
||||||
make && make install
|
make -j $(nproc) && make install
|
||||||
|
Loading…
Reference in New Issue
Block a user