mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-31 06:53:58 +08:00
ECIES
This commit is contained in:
11
build-mac.sh
11
build-mac.sh
@@ -1,5 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
./Configure darwin64-x86_64-cc no-asm --prefix=/usr/local --openssldir=/usr/local/openssl
|
||||
./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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user