mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
.github/workflows | ||
docs | ||
src | ||
tests | ||
tools | ||
.gitignore | ||
.gitmodules | ||
configure.ac | ||
LICENSE | ||
Makefile.in | ||
README.md | ||
trex.json |
TREXIO
TREX I/O library
Current (temporary) installation procedure:
git clone https://github.com/TREX-CoE/trexio.git
cd trexio
cd tools && ./build_trexio.sh && cd ..
autoreconf
automake --add-missing --copy
./configure
make && make check
Note: The code should be compliant with the C99 CERT
C coding standard. This can be checked with the
cppcheck
tool.