From 97a9bcec0ec2f6307f0032920064bb1cfeca3de7 Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Mon, 16 Oct 2023 14:35:04 -0600 Subject: [PATCH] Update install instructions for Windows --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index efd01e6..24e6372 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,6 @@ This repository is organized with the following directories:
Unit tests for the BMI-ed model
example
Examples of controlling the model through its BMI
-
scripts
-
Helper scripts
## Build/Install @@ -113,11 +111,10 @@ run the following in a [Developer Command Prompt](https://docs.microsoft.com/en- -DCMAKE_BUILD_TYPE=Release where `` 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: