From 05e4caf19760ee68e865ba5490446e0731600185 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievsky Date: Thu, 23 Nov 2017 12:03:58 +0300 Subject: [PATCH] Fix SPECTRA_INC value in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a0fc01..ccb1fb5 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ headers and Boost headers and libraries on your system. The default values for t EIGEN_INC=/usr/local/include/eigen BOOST_INC=/usr/local/include/boost BOOST_LIB=/usr/local/lib - SPECTRA_INC=spectra + SPECTRA_INC=spectra/include ``` If your system has these libraries and header files in those locations, you can simply run make: