Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HanneThienpondt authored Sep 19, 2024
1 parent a94872c commit c1b4943
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ evolving electrostatic fluctuations with fully kinetic electrons and an
arbitrary number of ion species in general magnetic geometry, including
stellarators.


## Table of contents
* [Dependencies](#dependencies)
* [Installation and Compilation](#installation-and-compilation)
+ [CMake](#cmake)
+ [Make](#make)



## Dependencies

stella requires MPI, and has several optional dependencies:
Expand All @@ -22,11 +25,14 @@ stella requires MPI, and has several optional dependencies:
- FFTW3
- LAPACK



## Installation and Compilation

There are two ways to build stella: with CMake (experimental) or with
plain `make`.


### CMake

**Note**: If you have previously built stella with plain `make` you
Expand Down Expand Up @@ -84,6 +90,7 @@ directory:
cmake -LH
```


### Make

The other build system uses plain `make`:
Expand Down

0 comments on commit c1b4943

Please sign in to comment.