mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
15 lines
296 B
Bash
Executable File
15 lines
296 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./Configure darwin64-x86_64-cc --prefix=/usr/local --openssldir=/usr/local/openssl
|
|
make
|
|
sudo make install
|
|
|
|
|
|
|
|
# build libp11
|
|
# $ ./bootstrap
|
|
# $ LIBP11_CFLAGS='-I/usr/local/include'; export LIBP11_CFLAGS
|
|
# $ LIBP11_LIBS='-L/usr/local/lib -lp11'; export LIBP11_LIBS
|
|
# $ ./configure
|
|
|