mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-07 21:53:41 +08:00
Updated 编译和安装 (markdown)
9
编译和安装.md
9
编译和安装.md
@@ -1,7 +1,8 @@
|
|||||||
### 在Mac下编译和安装
|
### 在Mac下编译和安装
|
||||||
|
|
||||||
```
|
```
|
||||||
./Configure darwin64-x86_64-cc --prefix=/usr/local --openssldir=/usr/local/openssl
|
./Configure darwin64-x86_64-cc --prefix=/usr/local \
|
||||||
|
--openssldir=/usr/local/openssl
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
@@ -11,11 +12,13 @@ sudo make install
|
|||||||
(由sunshine协助提供)
|
(由sunshine协助提供)
|
||||||
|
|
||||||
```
|
```
|
||||||
./Configure debug-linux-generic64 --prefix=/usr/local --openssldir=/usr/local/openssl shared no-rc4
|
./Configure debug-linux-generic64 --prefix=/usr/local \
|
||||||
|
--openssldir=/usr/local/openssl shared no-rc4
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
最新的代码在Ubuntu Linux下也可以通过`./config no-asm`配置编译。
|
||||||
|
|
||||||
### 在Windows下编译和安装
|
### 在Windows下编译和安装
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user