Skip to content

Commit

Permalink
[AD-509] Documentation update - formatting fixes + remove Wix Toolset…
Browse files Browse the repository at this point in the history
… 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 <[email protected]>
  • Loading branch information
andiemontoyeah and alinaliBQ authored Jan 18, 2022
1 parent e7393ad commit 9861f08
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down Expand Up @@ -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.
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.

0 comments on commit 9861f08

Please sign in to comment.