5 строки
156 B
Bash
5 строки
156 B
Bash
|
#!/usr/bin/env bash
|
||
|
./buildconf
|
||
|
./configure --with-openssl
|
||
|
echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"
|