repo/openssl/build

5 lines
74 B
Text
Raw Normal View History

2021-07-04 18:46:40 +03:00
chmod +x ./config
./config --prefix="/usr"
2021-07-08 20:49:15 +03:00
make
2021-07-04 18:46:40 +03:00
make install DESTDIR="$1"