This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 504
Building NoisePage
Prashanth Menon edited this page Apr 29, 2021
·
1 revision
The following instructions are for building NoisePage from the command line. If you'd like to use an IDE (strongly recommended for development), please see our CLion instructions.
If you are a developer, please see our Development Builds page. For debuggers to provide useful diagnostic information, a Debug
build is required.
For a build that has maximum performance, create a Release
build by executing the following in the root of the Terrier project:
mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4
You will find a noisepage
binary under the release
folder.
Carnegie Mellon Database Group Website