From d32b23605b4cd6ba2656a4587257a7e2d49981aa Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Sun, 25 Oct 2015 21:49:18 +0800 Subject: [PATCH] =?UTF-8?q?Created=20=E7=BC=96=E8=AF=91=E5=92=8C=E5=AE=89?= =?UTF-8?q?=E8=A3=85=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 编译和安装.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 编译和安装.md diff --git a/编译和安装.md b/编译和安装.md new file mode 100644 index 0000000..a5ca2b2 --- /dev/null +++ b/编译和安装.md @@ -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下编译和安装 + +