mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-29 04:42:33 +00:00
Enhancements
Fix a potential bug which will cause SSD subscription to be ignored. Add experimental Surge subscription output. Change the default generate options. Update build scripts.
This commit is contained in:
@@ -6,15 +6,15 @@ brew reinstall yaml-cpp rapidjson libevent zlib
|
||||
|
||||
git clone https://github.com/curl/curl
|
||||
cd curl
|
||||
./buildconf
|
||||
./buildconf > /dev/null
|
||||
./configure --with-ssl=/usr/local/opt/openssl@1.1 --without-mbedtls --disable-ldap --disable-ldaps --disable-rtsp --without-libidn2 > /dev/null
|
||||
make -j8
|
||||
make -j8 > /dev/null
|
||||
cd ..
|
||||
|
||||
curl -L -o bzip2-1.0.6.tar.gz https://sourceforge.net/projects/bzip2/files/bzip2-1.0.6.tar.gz/download
|
||||
tar xvf bzip2-1.0.6.tar.gz
|
||||
cd bzip2-1.0.6
|
||||
make -j8
|
||||
make -j8 > /dev/null
|
||||
cd ..
|
||||
|
||||
cp /usr/local/lib/libevent.a .
|
||||
|
||||
Reference in New Issue
Block a user