Commit 5959d4bb authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 6.3-005

parent 7f3cd71c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#################################################################
#								#
# Copyright (c) 2012-2017 Fidelity National Information		#
# Copyright (c) 2012-2018 Fidelity National Information		#
# Services, Inc. and/or its subsidiaries. All rights reserved.	#
#								#
#	This source code contains the intellectual property	#
@@ -27,7 +27,7 @@ foreach(lang ${languages})
endforeach()

# Defaults
set(version V6.3-004)
set(version V6.3-005)
if("${version}" STREQUAL "")
        set(version V9.9-0)
endif()
+7 −7
Original line number Diff line number Diff line
@@ -25,16 +25,16 @@ To build GT.M for Linux, do the following steps:

2. Unpack the GT.M sources
   The GT.M source tarball extracts to a directory with the version number in
   the name, fis-gtm-V6.3-004
   $ tar xfz fis-gtm-V6.3-004.tar.gz
   $ cd fis-gtm-V6.3-004
   the name, fis-gtm-V6.3-005
   $ tar xfz fis-gtm-V6.3-005.tar.gz
   $ cd fis-gtm-V6.3-005

   You should find this README, LICENSE, COPYING and CMakeLists.txt file and
   sr_* source directories.

3. Building GT.M -
   <fis-gtm-build> can be a sub directory of the source directory,
   fis-gtm-V6.3-004, or any other valid path.
   fis-gtm-V6.3-005, or any other valid path.

   $ mkdir <fis-gtm-build>
   $ cd <fis-gtm-build>
@@ -53,16 +53,16 @@ To build GT.M for Linux, do the following steps:
   #
   #     -D CMAKE_INSTALL_PREFIX:PATH=${PWD}/package
   #
   $ cmake -D CMAKE_INSTALL_PREFIX:PATH=${PWD}/package <path to>/fis-gtm-V6.3-004
   $ cmake -D CMAKE_INSTALL_PREFIX:PATH=${PWD}/package <path to>/fis-gtm-V6.3-005

   $ make

   $ make install

   $ cd package/lib/fis-gtm/V6.3-004_x86_64
   $ cd package/lib/fis-gtm/V6.3-005_x86_64

   # Now you are ready to install GT.M. Answer a few questions and install it.
   # The recommended installation path is /opt/fis-gtm/V6.3-004_x86_64
   # The recommended installation path is /opt/fis-gtm/V6.3-005_x86_64

   $ sudo ./configure

+158 −133

File changed.

Preview size limit exceeded, changes collapsed.

+158 −133

File changed.

Preview size limit exceeded, changes collapsed.

sr_i386/cli.h

0 → 100755
+137 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading