From 8a7e65983375f78da318647ffce6eb90ff6b0466 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Mon, 13 Feb 2017 18:03:24 +0800 Subject: [PATCH] =?UTF-8?q?Destroyed=20=E7=BC=96=E8=AF=91=E5=92=8C?= =?UTF-8?q?=E5=AE=89=E8=A3=85=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 编译和安装.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 编译和安装.md diff --git a/编译和安装.md b/编译和安装.md deleted file mode 100644 index 8a56708..0000000 --- a/编译和安装.md +++ /dev/null @@ -1,24 +0,0 @@ -### 在Mac下编译和安装 - -``` -./Configure darwin64-x86_64-cc --prefix=/usr/local --openssldir=/usr/local/openssl -make -sudo make install -``` - -### 在Linux下编译和安装 - -``` -./config --prefix=/usr/local --openssldir=/usr/local/openssl -make -sudo make install -``` - -### 在Windows下编译和安装 - -在Developer Command Prompt for VS2013命令行环境中输入: -``` -perl Configure VC-WIN32 no-asm --prefix=c:\openssl -ms\do_ms -nmake -f ms\nt.mak -``` \ No newline at end of file