summaryrefslogtreecommitdiff
path: root/INSTALL
blob: ff00242cb80d64fef18416253543373fca2ff645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

To install, initialize cmake in a build directory, e.g.,

# mkdir build
# cd build
# cmake ..
# make

The core library requires only the standard C++ libraries and a modern
compiler. Most of the example code also has no dependencies. Compilation of
examples/tools/analyze_correlations.cpp requires the FFTW3 library.