Skip to content

Commit

Permalink
Remove further reference to autotools, and treat CMake as default
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Nov 21, 2023
1 parent c2be3c9 commit 0242b9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ git checkout tags/tag_name
### Dependencies

- Fortran and C++ compillers.
- (Optional) `make` for installation with `autotools`
- (Optional) `CMake` (https://cmake.org/) > 3.16 for installation with `CMake` and any build system -- `make`, `ninja`, etc.
- (Optional) `LHAPDF` library, for support PDFs in of Les Houches format.
- (Optional) `CPython` headers and `SWIG`, for compilation of Python bindings.
- (Optional) Internet connection if the installation of PDFs was requested.

### Compilation with CMake
### From source

Checkout the code and compile the code by using the
following procedure:
Expand Down

0 comments on commit 0242b9c

Please sign in to comment.