mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 18:16:22 +01:00
add HDF5 and Autotools to requirements
This commit is contained in:
parent
fe4a4fa99b
commit
f3abcdfd4b
14
README.md
14
README.md
@ -5,9 +5,10 @@ TREX library fo efficient I/O.
|
|||||||
|
|
||||||
## Minimal requirements (for users):
|
## Minimal requirements (for users):
|
||||||
|
|
||||||
- Autoconf
|
- Autotools (autoconf, automake, libtool)
|
||||||
- C compiler (gcc/icc/clang)
|
- C compiler (gcc/icc/clang)
|
||||||
- Fortran compiler (gfortran/ifort/flang)
|
- Fortran compiler (gfortran/ifort)
|
||||||
|
- HDF5 library (>= 1.8)
|
||||||
|
|
||||||
|
|
||||||
## Installation procedure from the tarball (for users):
|
## Installation procedure from the tarball (for users):
|
||||||
@ -26,9 +27,8 @@ TREX library fo efficient I/O.
|
|||||||
|
|
||||||
## Additional requirements (for developers):
|
## Additional requirements (for developers):
|
||||||
|
|
||||||
- Automake
|
- python3 (>= 3.6)
|
||||||
- python3 (>=3.6)
|
- Emacs (>= 26.0)
|
||||||
- Emacs (>=26.0)
|
|
||||||
|
|
||||||
|
|
||||||
## Installation procedure from the GitHub repo clone (for developers):
|
## Installation procedure from the GitHub repo clone (for developers):
|
||||||
@ -36,7 +36,7 @@ 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. `./autogen.sh`
|
3. `./autogen.sh`
|
||||||
4. `./configure`
|
4. `TREXIO_DEVEL=1 ./configure`
|
||||||
5. `make`
|
5. `make`
|
||||||
6. `make check`
|
6. `make check`
|
||||||
7. `sudo make install`
|
7. `sudo make install`
|
||||||
|
Loading…
Reference in New Issue
Block a user