From ace47afdd439184e7e49f181bd76aec5aa21e434 Mon Sep 17 00:00:00 2001 From: q-posev Date: Fri, 30 Apr 2021 14:29:43 +0200 Subject: [PATCH] installation procedure added to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1947daf..a12aa55 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # TREXIO 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 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.