mirror of
https://github.com/curl/curl.git
synced 2025-02-11 14:50:40 +08:00
5 lines
156 B
Bash
Executable File
5 lines
156 B
Bash
Executable File
#!/usr/bin/env bash
|
|
./buildconf
|
|
./configure --with-openssl
|
|
echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"
|