Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AD-509] Documentation update - formatting fixes + remove Wix Toolset v4 #10

Merged
merged 2 commits into from
Jan 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.