-
Notifications
You must be signed in to change notification settings - Fork 13
Compilation_Execution
Gabor Szarnyas edited this page May 30, 2021
·
1 revision
The compilation uses Apache Maven 3 to automatically detect and download the necessary dependencies. We provide the run.sh
script that both automatically compiles and executes the generator.
To execute the LDBC data generator just type:
$ ./run.sh
IMPORTANT: For the script to work properly and generate the parameter bindings for the queries, you'll need Python 2.7.
You can find instructions on how to setup the run.sh
script in the Configuration section.