Skip to content

Commit

Permalink
Added environmental variables to build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Oct 27, 2021
1 parent e0bf96c commit 6f9bbf1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/getting_started/build_linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,11 @@ Build CADET
- Execute ``make``

- Execute ``make install``

Before running cadet, make sure to

- add ``<ROOT>/cadet/bin`` to your ``PATH``, by executing
``export PATH=<ROOT>/cadet/bin:$PATH``, and

- add ``<ROOT>/cadet/lib`` to your ``LD_LIBRARY_PATH``, by executing
``export LD_LIBRARY_PATH=<ROOT>/cadet/lib:$LD_LIBRARY_PATH``.
8 changes: 8 additions & 0 deletions doc/getting_started/build_osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,11 @@ Build CADET
- Execute ``make``

- Execute ``make install``

Before running cadet, make sure to

- add ``<ROOT>/cadet/bin`` to your ``PATH``, by executing
``export PATH=<ROOT>/cadet/bin:$PATH``, and

- add ``<ROOT>/cadet/lib`` to your ``LD_LIBRARY_PATH``, by executing
``export LD_LIBRARY_PATH=<ROOT>/cadet/lib:$LD_LIBRARY_PATH``.

0 comments on commit 6f9bbf1

Please sign in to comment.