[pkg-opensc-commit] [libp11] 08/33: Update INSTALL.md

Eric Dorland eric at moszumanska.debian.org
Mon Sep 19 02:11:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit 1eed1d78fb32ba09aab769d02a551566fb706cd0
Author: deed02392 <georgehafiz at gmail.com>
Date:   Wed Jul 20 21:46:26 2016 +0100

    Update INSTALL.md
    
    Improve windows build instructions, fix download links, add info for x64 build
---
 INSTALL.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 789a183..7133685 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -12,20 +12,26 @@ Build and install libp11:
 
 ## Windows Build
 
-Download and install OpenSSL, for example:
+Download and install OpenSSL, for example the Windows builds available here:
+
+* https://slproweb.com/products/Win32OpenSSL.html
 
-* https://slproweb.com/download/Win32OpenSSL-1_0_2e.exe
-* https://slproweb.com/download/Win64OpenSSL-1_0_2e.exe
 
 ### MSVC
 
-To build libp11 use:
+To build libp11, start a Visual Studio Command Prompt and use:
 
   nmake -f Makefile.mak
 
 In case your OpenSSL is installed in a different directory, use:
 
   nmake -f Makefile.mak OPENSSL_DIR=\your\openssl\directory
+  
+For x64 bit builds, make sure you opened the Native x64 VS Command Prompt and run:
+
+  nmake /f Makefile.mak OPENSSL_DIR=c:\OpenSSL-Win64 BUILD_FOR=WIN64
+
+If any of your builds fail for any reason, ensure you clean the src directory of obj files before re-making.
 
 ### Mingw
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list