1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-01-09 20:48:53 +01:00

prefix should be specified upon configuring

This commit is contained in:
q-posev 2021-04-30 20:19:07 +02:00
parent a9c506dd15
commit 245732b41a

View File

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