mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Update config.termux.sh
This commit is contained in:
parent
80cda7b9e9
commit
ebe68f64b1
@ -3,7 +3,7 @@ set -xe
|
|||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt install -y git cmake clang pkg-config
|
apt install -y git cmake clang pkg-config
|
||||||
apt install -y libevent libcurl openssl pcre2 python2
|
apt install -y libevent libcurl openssl pcre2
|
||||||
|
|
||||||
git clone https://github.com/jbeder/yaml-cpp --depth=1
|
git clone https://github.com/jbeder/yaml-cpp --depth=1
|
||||||
cd yaml-cpp
|
cd yaml-cpp
|
||||||
@ -37,3 +37,9 @@ install -m644 libcron/include/libcron/* $PREFIX/include/libcron/
|
|||||||
install -d $PREFIX/include/date/
|
install -d $PREFIX/include/date/
|
||||||
install -m644 libcron/externals/date/include/date/* $PREFIX/include/date/
|
install -m644 libcron/externals/date/include/date/* $PREFIX/include/date/
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
git clone https://github.com/ToruNiina/toml11 --depth=1
|
||||||
|
cd toml11
|
||||||
|
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX .
|
||||||
|
make install -j3
|
||||||
|
cd ..
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user