1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 17:03:43 +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
```
autoreconf
python tools/build_makefile.py
autoreconf -i
QMCKL_DEVEL=1 ./configure --enable-debug
make
make check