1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00
trexio/README.md

520 B

TREXIO

TREX I/O library

Current (temporary) installation procedure:

  1. git clone https://github.com/TREX-CoE/trexio.git
  2. cd trexio
  3. cd tools && ./build_trexio.sh && cd ..
  4. autoreconf
  5. automake --add-missing --copy
  6. ./configure prefix=~/trexio
  7. make && make check

Note: The code should be compliant with the C99 CERT C coding standard. This can be checked with the cppcheck tool.