1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-30 00:44:52 +02:00

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

This commit is contained in:
vijay gopal chilkuri 2021-05-25 09:00:12 +05:30
parent d87621c391
commit 42def4a977

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