mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 18:16:22 +01:00
installation procedure added to README
This commit is contained in:
parent
e25f444b9b
commit
ace47afdd4
10
README.md
10
README.md
@ -1,5 +1,15 @@
|
|||||||
# TREXIO
|
# TREXIO
|
||||||
TREX I/O library
|
TREX I/O library
|
||||||
|
|
||||||
|
## Current (temporary) installation procedure:
|
||||||
|
|
||||||
|
1. `git clone https://github.com/TREX-CoE/trexio.git`
|
||||||
|
2. `cd trexio`
|
||||||
|
4. `cd tools && ./build_trexio.sh && cd ..
|
||||||
|
5. `autoreconf`
|
||||||
|
6. `automake --add-missing --copy`
|
||||||
|
7. `./configure`
|
||||||
|
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
|
||||||
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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user