1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02: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`
2. `cd trexio`
3. `cd tools && ./build_trexio.sh && cd ..`
4. `autoreconf`
5. `automake --add-missing --copy`
6. `./configure`
7. `make`
8. `make check`
9. `sudo make install`
3. `./autogen.sh`
4. `./configure`
5. `make`
6. `make check`
7. `sudo make install`
## Tutorial