From 9861f084fc1a9b663a0a24cb28ee367ea60ed9f4 Mon Sep 17 00:00:00 2001 From: andiem-bq <67925459+andiem-bq@users.noreply.github.com> Date: Mon, 17 Jan 2022 16:05:55 -0800 Subject: [PATCH] [AD-509] Documentation update - formatting fixes + remove Wix Toolset v4 (#10) * Update README.md change the install options for OpenSSL, since vcpkg is a preferred option * Update README.md remove the WiX Toolset v4 requirement Co-authored-by: Alina (Xi) Li <96995091+alinaliBQ@users.noreply.github.com> --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 221589bb9..c0757ccd7 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,10 @@ 3. C++ ATL for latest v142 build tools (x86 & x64) 4. C++ MFC for latest v142 build tools (x86 & x64) 5. WiX Toolset v3 Schemas for Visual Studio - 6. Wix Toolset v4 Schemas for Visual Studio - 7. WiX Toolset Visual Studio 2019 Extension + 6. WiX Toolset Visual Studio 2019 Extension 2. OpenSSL (full) - 1. Installed via [Chocolatey](https://community.chocolatey.org/packages/openssl). - 2. Or installed via [VCPKG](https://vcpkg.io/en/getting-started.html) (`.\vcpkg install openssl`). + 1. Installed via [VCPKG](https://vcpkg.io/en/getting-started.html) (`.\vcpkg install openssl`). + 2. Or installed via [Chocolatey](https://community.chocolatey.org/packages/openssl). 3. Ensure to set the OPENSSL_ROOT_DIR. 3. [WiX Installer (3.11)](https://wixtoolset.org/releases/) 1. Ensure to add path to WiX executables (e.g. `C:\Program Files (x86)\WiX Toolset v3.11\bin`) @@ -60,4 +59,4 @@ TBD ^~~~~~~~~~~~~ ``` ##### Fix -If you have installed the iODBC Driver Manager, the headers installed with it might be used instead of those from `unixodbc`. You may need to uninstall this driver manager and remove the `/Library/Frameworks/iODBC.framework/` directory. \ No newline at end of file +If you have installed the iODBC Driver Manager, the headers installed with it might be used instead of those from `unixodbc`. You may need to uninstall this driver manager and remove the `/Library/Frameworks/iODBC.framework/` directory.