From ccab1ec592d6afc839ae4600da781d2984818eed Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Fri, 24 Aug 2018 10:47:28 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b3a5cc..440748d 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,15 @@ make && make install ``` By the default, if prefix is not set the program is installed in -/usr/local. If you define a custom prefix, remember to export -qcdloop/lib to the LD_LIBRARY_PATH. QCDLoop requires a compiler with -C++11 and quadmath features (e.g. gcc >= 5) +/usr/local. If you define a custom prefix, use the `-DCMAKE_INSTALL_PREFIX` option and +remember to export qcdloop/lib to the LD_LIBRARY_PATH. QCDLoop requires a compiler with +C++11 and quadmath features (e.g. gcc >= 5). + +Other qcdloop cmake options are: +- `ENABLE_EXAMPLES`, build examples in C++, default OFF. +- `ENABLE_FORTRAN_WRAPPER`, include fortran wrapper in the library, default ON. + +The fortran wrapper follows the previous syntax in qcdloop, see details in table 2 of https://arxiv.org/pdf/1605.03181.pdf. ## Contact Information