Skip to content

Commit

Permalink
Add link to a Conda version
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Aug 30, 2024
1 parent f065d2f commit 5915dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/developer_guides/guide_for_fortran_developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Setting up the developer environment

The only prerequisites before these steps are that you have git installed (which is included on many systems by default) and some version of Conda installed.
The only prerequisites before these steps are that you have git installed (which is included on many systems by default) and some version of Conda installed (e.g., [Miniforge](https://github.com/conda-forge/miniforge)).

1. Clone the repository and enter the cloned project directory.

Expand All @@ -27,7 +27,7 @@ In the future, whenever working on developing `eesunhong`, activate the existing

## Building

`eesunhong` uses CMake for building. CMake is similar to Make, but allows builds to be much more toolchain agnostic (compiler, operating system, etc) as well as providing many other useful features (such as automatically downloading dependencies). All commands expected from inside the project directory.
`eesunhong` uses CMake for building. CMake is similar to Make, but allows builds to be much more toolchain agnostic (compiler, operating system, etc) as well as providing many other useful features (such as automatically downloading dependencies). All commands are expected from inside the project directory.

To build, first configure the build with:

Expand Down

0 comments on commit 5915dca

Please sign in to comment.