repo/openssl/build
2021-08-28 10:05:07 +02:00

4 lines
74 B
Text
Executable file

chmod +x ./config
./config --prefix="/usr"
make
make install DESTDIR="$1"