1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-13 08:45:36 +02:00

Update README

This commit is contained in:
Anthony Scemama 2021-05-26 10:01:33 +02:00
parent 2bbef647f5
commit 388fd1974f

View File

@ -27,8 +27,9 @@ in org-mode files and produce the source code and the documentation from these f
## For maintainers
```
autoreconf
QMCKL_DEVEL=1 ./configure --enable-debug
./autogen.sh
QMCKL_DEVEL=1 ./configure --prefix=$PWD/_install --enable-silent-rules --enable-maintainer-mode
make
make check
```