mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./Configure darwin64-x86_64-cc no-asm --prefix=/usr/local --openssldir=/usr/local/openssl
|
|
make
|
|
sudo make install
|