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

16 lines
504 B
Markdown
Raw Normal View History

2021-03-02 14:30:46 +01:00
# TREXIO
2021-01-18 15:48:36 +01:00
TREX I/O library
2021-03-29 00:46:06 +02:00
2021-04-30 14:29:43 +02:00
## Current (temporary) installation procedure:
1. `git clone https://github.com/TREX-CoE/trexio.git`
2. `cd trexio`
2021-04-30 14:30:57 +02:00
4. `cd tools && ./build_trexio.sh && cd ..`
2021-04-30 14:29:43 +02:00
5. `autoreconf`
6. `automake --add-missing --copy`
7. `./configure`
8. `make && make check`
2021-03-29 00:46:06 +02:00
Note: The code should be compliant with the C99 [CERT C coding
standard](https://resources.sei.cmu.edu/downloads/secure-coding/assets/sei-cert-c-coding-standard-2016-v01.pdf). This can be checked with the `cppcheck` tool.