Skip to content

Commit

Permalink
Add mingw, fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Feb 20, 2021
1 parent e9c56eb commit 2825f74
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ For users familiar with Anaconda_, ROSCO is available through the conda-forge ch
::

conda config --add channels conda-forge
conda create -y --name ROSCO-env
conda activate ROSCO-env
conda create -y --name rosco-env python=3.8
conda activate rosco-env

navigate to your desired folder to save the compiled binary using:
::
Expand All @@ -47,7 +47,7 @@ This will download a compiled ROSCO binary file into the default filepath for an

CMake for developers:
.....................
CMake_ provides a straightforward option for many users, particularly those on a Mac or Linux. ROSCO can be compiled by first cloning the source code from git using:
CMake_ provides a straightforward option for many users, particularly those on a Mac or Linux. For windows users, we recommend using MinGW_ to compile similarly. ROSCO can be compiled by first cloning the source code from git using:
::

git clone https://github.com/NREL/ROSCO.git
Expand Down Expand Up @@ -132,3 +132,4 @@ and then recompile and reinstall as necessary...

.. _Anaconda: https://www.anaconda.com/
.. _CMake: https://cmake.org/
.. _MinGW: https://mingw-w64.org/

0 comments on commit 2825f74

Please sign in to comment.