From 42def4a977d398e7213fc127fab2aa11f0d62276 Mon Sep 17 00:00:00 2001 From: vijay gopal chilkuri Date: Tue, 25 May 2021 09:00:12 +0530 Subject: [PATCH] Changed install instructions in README and README.md. #15 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 278140b..089fbae 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ in org-mode files and produce the source code and the documentation from these f ## For maintainers ``` -autoreconf +python tools/build_makefile.py +autoreconf -i QMCKL_DEVEL=1 ./configure --enable-debug make make check