From 4b8f4005c30f5ad66408216f4ef78f75ad08741f Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 10 Oct 2018 22:19:57 -0400 Subject: added INSTALL and README files --- INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..ff00242 --- /dev/null +++ b/INSTALL @@ -0,0 +1,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. + -- cgit v1.2.3-70-g09d2