Github user arvind-narain commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/126#discussion_r42271487
--- Diff: win-odbc64/odbcclient/README.txt ---
@@ -17,68 +17,44 @@
# specific language governing permissions and limitations
# under the License.
#
-# @@@ END COPYRIGHT @@@
-
-Prerequisite:
-
-openssl >= 0.9.8
-Microsoft Visual Studio >= 2010
-64bit odbccp32.lib from Microsoft Visual Studio 2008 or previous.
-InstallShield >= 2012
-git > 1.9
-
-Build steps
-
-1. In order to make the build script able to find these prerequisites,
- some variables on the top of build_os.bat and pkg.bat need to be set
accordingly.
-
- Set variable OPENSSL_PATH to point to openssl binary folder, for
example:
- set OPENSSL_PATH=E:\OpenSSL101e_bin
- The folder should have structure like this:
- 2013/10/31 18:13 <DIR> .
- 2013/10/31 18:13 <DIR> ..
- 2013/10/31 18:13 <DIR> bin
- 2013/02/11 08:26 435,662 changes.txt
- 2013/10/31 18:13 <DIR> exp
- 2013/02/11 08:26 46,614 faq.txt
- 2013/10/31 18:13 <DIR> include
- 2013/10/31 18:13 <DIR> lib
- 2013/02/11 09:59 1,647,616 libeay32.dll
- 2013/02/11 09:59 351,744 libssl32.dll
- 2013/02/11 08:02 6,279 license.txt
- 2013/02/11 08:26 27,423 news.txt
- 2004/05/10 16:23 30,423 OpenSSLhelp.chm
- 2013/02/11 08:26 9,130 readme.txt
- 2013/02/11 09:59 351,744 ssleay32.dll
- 2013/10/31 18:13 20,790 unins000.dat
- 2013/10/31 18:11 715,038 unins000.exe
-
-
- Set variable ODBCCP32_64_PATH point to Visual Studio 8 PlatformSDK
library amd64 folder, for example:
- set ODBCCP32_64_PATH="E:\Program Files (x86)\Microsoft Visual Studio
8\VC\PlatformSDK\Lib\amd64"
-
- Set variable MSBUILD_PATH to point to msbuild system, for example:
- set MSBUILD_PATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319
-
- Set variable BUILDDIR to point to parent directory of win-odbc64 folder
(Trafodion windows driver source directory).
- For example:
- set BUILDDIR=E:
-
- Set variable GIT_BASH point to where git bash was installed.(from git
install), for example:
- set GIT_BASH="C:\Program Files (x86)\Git\bin\sh.exe"
-
- The path for InstallShield needs to be set in pkg.bat
-
- Set variable PACKDRIVER to conn folder of Trafodion source tree, for
example:
- set PACKDRIVER=E:
-
- Set variable ISCMDBLD_PATH to InstallShield install folder, for example:
- set ISCMDBLD_PATH="E:\Program Files (x86)\Installshield\2012\System"
-
-2. To build, open a cmd window, and type
-
- cd E:\win-odbc64\odbcclient
- build_os.bat
- pkg.bat
-
-The final Win ODBC driver installer package can be found at
%PACKDRIVER%\lib\x64\Release
+# @@@ END COPYRIGHT @@@
+
+Prerequisite:
+
+openssl >= 0.9.8
+zlib >= 1.2.8
+Microsoft Visual Studio >= 2013
+Inno Setup >= 5
+
+Build steps
+
+1. In order to make the build script able to find these prerequisites,
+ some variables on the top of build_os.bat and pkg.bat need to be set
accordingly.
--- End diff --
pkg.bat is removed - please update.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---