1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-19 01:13:50 +02:00

Changed install instructions in README and README.md. #15

This commit is contained in:
vijay gopal chilkuri 2021-05-25 08:56:53 +05:30
parent 2bbef647f5
commit d450a9b77f

View File

@ -27,7 +27,8 @@ in org-mode files and produce the source code and the documentation from these f
## For maintainers ## For maintainers
``` ```
autoreconf python tools/build_makefile.py
autoreconf -i
QMCKL_DEVEL=1 ./configure --enable-debug QMCKL_DEVEL=1 ./configure --enable-debug
make make
make check make check