1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-22 20:35:44 +01:00

general prefix with PWD

This commit is contained in:
q-posev 2021-05-01 13:24:41 +02:00
parent 245732b41a
commit 2e14275bda

View File

@ -8,7 +8,7 @@ TREX I/O library
4. `cd tools && ./build_trexio.sh && cd ..`
5. `autoreconf`
6. `automake --add-missing --copy`
7. `./configure prefix=~/trexio`
7. `./configure prefix=${PWD}`
8. `make && make check`
Note: The code should be compliant with the C99 [CERT C coding