summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-10 22:19:57 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-10 22:19:57 -0400
commit4b8f4005c30f5ad66408216f4ef78f75ad08741f (patch)
treec79617dcb6958b6301d7aca10ebd3b49bd3fbb74 /INSTALL
parenta43ff1f98e9b9814f858bccb11c174b418458491 (diff)
downloadc++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.tar.gz
c++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.tar.bz2
c++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.zip
added INSTALL and README files
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 12 insertions, 0 deletions
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.
+