first commit for openGauss connect odbc code

This commit is contained in:
lishifu
2020-06-24 16:11:37 +08:00
parent 2a3a17f54e
commit 59eb2808c4
458 changed files with 141117 additions and 75 deletions

39
installer/README.txt Normal file
View File

@ -0,0 +1,39 @@
This directory contains the psqlODBC installer for Windows. To build the
installer, you will need a copy of WiX installed somewhere in your system
path. The installer has been tested with WiX version 3.0.2420 and WiX 3.8 at
the time writing.
WiX may be downloaded from:
http://wix.codeplex.com/
Two parallel systems to build the installers are currently provided:
POWERSHELL BASED
----------
Ensure that suitable binaries are in the parent directory Release build outputs
(see ..\winbuild for that).
.\buildInstallers.ps1
For help:
Get-Help .\buildInstallers.ps1
If you get execution policy errors:
Set-ExecutionPolicy RemoteSigned
and try again.
Note that these installer generators use the configuration file prepared by the
PowerShell scripts in ..\winbuild, defaulting to ..\winbuild\configuration.xml,
so you can't just mix them with SDK- or NMake based compilation.
NMAKE BASED
-----------
Use the top-level file (win64.mak), per the documentation in
docs/win32-compilation.html, to build installers using NMake.