Skip to content

Commit

Permalink
Update install instructions for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 16, 2023
1 parent 4f58520 commit 97a9bce
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ This repository is organized with the following directories:
<dd>Unit tests for the BMI-ed model</dd>
<dt>example</dt>
<dd>Examples of controlling the model through its BMI</dd>
<dt>scripts</dt>
<dd>Helper scripts</dd>
</dl>

## Build/Install
Expand Down Expand Up @@ -113,11 +111,10 @@ run the following in a [Developer Command Prompt](https://docs.microsoft.com/en-
-DCMAKE_BUILD_TYPE=Release

where `<path-to-installation>` is the base directory
in which the Fortran BMI bindings have been installed
(`"C:\Program Files (x86)"` is the default;
note that quotes and an absolute path are needed).
When installing into a conda environment,
use the `%CONDA_PREFIX%` environment variable.
in which the Fortran BMI bindings have been installed.
The default is `"C:\Program Files (x86)"`.
Note that quotes and an absolute path are needed.
When using a conda environment, use `"%CONDA_PREFIX%\Library"`.

Then, to build and install:

Expand Down

0 comments on commit 97a9bce

Please sign in to comment.