From c53c374f8373bc22e27ede303a2b276a42c69192 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 4 Sep 2017 16:32:43 -0500 Subject: [PATCH] update VS prerequisites, refer to autogen.sh more --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f64409d..2bfd655 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,10 @@ building. _Note: Your build will fail if you do not follow these instructions! I ## Steps that apply to all builds ## -Once you have a source tree using git or by downloading from an OpenBSD mirror, -run these commands to build and install the package on most systems: +Once you have a source tree, either by downloaded using git and having +run the autogen.sh script above, or by downloading a release distribution from +an OpenBSD mirror, run these commands to build and install the package on most +systems: ```sh ./configure # see ./configure --help for configuration options @@ -122,9 +124,9 @@ should work. See README.windows for more information #### Windows - Visual Studio #### -LibreSSL builds using the CMake target "Visual Studio 12 2013", and may build -against older/newer targets as well. To generate a Visual Studio project, -install CMake, enter the LibreSSL source directory and run: +LibreSSL builds using the CMake target "Visual Studio 12 2013" and newer. To +generate a Visual Studio project, install CMake, enter the LibreSSL source +directory and run: ```sh mkdir build-vs2013 @@ -132,8 +134,9 @@ install CMake, enter the LibreSSL source directory and run: cmake -G"Visual Studio 12 2013" .. ``` -This will generate a LibreSSL.sln file that you can incorporate into other -projects or build by itself. +Replace "Visual Studion 12 2013" with whatever version of Visual Studio you +have installed. This will generate a LibreSSL.sln file that you can incorporate +into other projects or build by itself. #### Cmake - Additional Options ####