mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
add HDF5 and Autotools to requirements
This commit is contained in:
parent
fe4a4fa99b
commit
f3abcdfd4b
@ -5,9 +5,10 @@ TREX library fo efficient I/O.
|
||||
|
||||
## Minimal requirements (for users):
|
||||
|
||||
- Autoconf
|
||||
- Autotools (autoconf, automake, libtool)
|
||||
- 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):
|
||||
@ -26,7 +27,6 @@ TREX library fo efficient I/O.
|
||||
|
||||
## Additional requirements (for developers):
|
||||
|
||||
- Automake
|
||||
- python3 (>= 3.6)
|
||||
- Emacs (>= 26.0)
|
||||
|
||||
@ -36,7 +36,7 @@ TREX library fo efficient I/O.
|
||||
1. `git clone https://github.com/TREX-CoE/trexio.git`
|
||||
2. `cd trexio`
|
||||
3. `./autogen.sh`
|
||||
4. `./configure`
|
||||
4. `TREXIO_DEVEL=1 ./configure`
|
||||
5. `make`
|
||||
6. `make check`
|
||||
7. `sudo make install`
|
||||
|
Loading…
Reference in New Issue
Block a user