|
@@ -19,10 +19,10 @@ cmake .. \
|
|
|
#使用configure编译
|
|
|
../configure \
|
|
|
--with-pic \
|
|
|
---prefix=/home/Apple/Design/Library/Standard_Library/Libraries/CURL \
|
|
|
-CC=/usr/bin/gcc-8 \
|
|
|
---with-openssl=/home/Apple/Design/Library/openssl \
|
|
|
---with-zlib=/home/Apple/Design/Library/ZIP/zlib/zlib
|
|
|
+--prefix=/home/Apple/Lib/SRC/CURL \
|
|
|
+CC=/usr/bin/gcc \
|
|
|
+--with-openssl=/home/Apple/Lib/SRC/openssl \
|
|
|
+--with-zlib=/home/Apple/Lib/SRC/zlib
|
|
|
|
|
|
|
|
|
make
|