-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Here are the commands to build on Graviton and Amazon Linux 2: sudo yum groupinstall "Development Tools" sudo yum install libcurl-devel openssl-devel libuuid-devel pulseaudio-libs-devel wget https://cmake.org/files/v3.18/cmake-3.18.0.tar.gz tar xzf cmake-3.18.0.tar.gz cd cmake-3.18.0 ./bootstrap make sudo make install cd .. git clone --recurse-submodules https://github.com/aws/aws-sdk-cpp cd aws-sdk-cpp mkdir sdk_build cd sdk_build cmake .. -DBUILD_SHARED_LIBS=OFF -DBUILD_ONLY="redshift;redshift-serverless;sts" make -j16 sudo make install cd ../.. git clone https://github.com/aws/amazon-redshift-odbc-driver cd amazon-redshift-odbc-driver ./build64.sh
- Loading branch information
Sebastian Pop
committed
Jun 28, 2023
1 parent
37be81c
commit 6747564
Showing
7 changed files
with
13 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#define ODBC_DRIVER_VERSION "02.00.0000" | ||
#define FILEVER 2,0,0,1 | ||
#define PRODUCTVER 2,0,0,1 | ||
#define STRFILEVER "2, 0, 0, 1\0" | ||
#define STRPRODUCTVER "2, 0, 0, 1" | ||
#define ODBC_DRIVER_VERSION "00.00.0000" | ||
#define FILEVER ,,, | ||
#define PRODUCTVER ,,, | ||
#define STRFILEVER ", , , \0" | ||
#define STRPRODUCTVER ", , , " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters