1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-23 04:43:57 +01:00

Added autogen.sh

This commit is contained in:
Anthony Scemama 2021-05-27 23:29:38 +02:00
parent 29d927675e
commit 7f241687a8

View File

@ -35,13 +35,11 @@ TREX library fo efficient I/O.
1. `git clone https://github.com/TREX-CoE/trexio.git` 1. `git clone https://github.com/TREX-CoE/trexio.git`
2. `cd trexio` 2. `cd trexio`
3. `cd tools && ./build_trexio.sh && cd ..` 3. `./autogen.sh`
4. `autoreconf` 4. `./configure`
5. `automake --add-missing --copy` 5. `make`
6. `./configure` 6. `make check`
7. `make` 7. `sudo make install`
8. `make check`
9. `sudo make install`
## Tutorial ## Tutorial