Skip to content

Commit

Permalink
[tools](tpcds) Update README.md, use default gcc
Browse files Browse the repository at this point in the history
compile with gcc-11 is not ok,
compile with gcc 9.40 or below is ok,
default gcc often meet requirements.
  • Loading branch information
hello-stephen authored Jun 25, 2023
1 parent 2d1163c commit dfdb1af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/tpcds-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ follow the steps below:

### 1. build tpc-ds dsdgen dsqgen tool.

export PATH=/usr/bin/:$PATH
./bin/build-tpcds-tools.sh

### 2. generate tpc-ds data. use -h for more infomations.
Expand Down

0 comments on commit dfdb1af

Please sign in to comment.