mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
5 lines
172 B
Bash
Executable File
5 lines
172 B
Bash
Executable File
cd /path/to/GmSSL/java
|
|
gcc -shared -fPIC -Wall -I./jni -I /path/to/gmssl/include -L /path/to/gmssl/lib GmSSL.c -lcrypto -o libgmssljni.so
|
|
java -Djava.library.path=/ GmSSL
|
|
|