mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
Created 编译和安装 (markdown)
21
编译和安装.md
Normal file
21
编译和安装.md
Normal file
@@ -0,0 +1,21 @@
|
||||
### 在Mac下编译和安装
|
||||
|
||||
```
|
||||
./Configure darwin64-x86_64-cc --prefix=/usr/local --openssldir=/usr/local/openssl
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
### 在Linux下编译和安装
|
||||
|
||||
(由sunshine协助提供)
|
||||
|
||||
```
|
||||
./Configure debug-linux-generic64 --prefix=/usr/local --openssldir=/usr/local/openssl shared no-rc4
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
### 在Windows下编译和安装
|
||||
|
||||
|
||||
Reference in New Issue
Block a user