> For more information: [conda environments](https://conda.io/docs/user-guide/tasks/manage-environments.html)
#### Activating the environment
#### Activating the environment
After creating the `csmdev` environment and installing cmake and libcsm into it, we need to activate it. Right now, cmake, libcsm, and their dependencies are isolated to a conda environment and we need to tell conda that we want to use it. The activation command depends on your shell.
After creating the `csmdev` environment and installing cmake and libcsm into it, we need to activate it. Right now, cmake, libcsm, and their dependencies are isolated to a conda environment and we need to tell conda that we want to use it. The activation command depends on your shell.
...
@@ -41,9 +42,22 @@ After creating the `csmdev` environment and installing cmake and libcsm into it,
...
@@ -41,9 +42,22 @@ After creating the `csmdev` environment and installing cmake and libcsm into it,
***tcsh**: `conda activate csmdev`
***tcsh**: `conda activate csmdev`
After you've set up conda, you can build CSM-CameraModel:
After you've set up conda, you can build CSM-CameraModel:
```bash
1. Fork `USGS-Astrogeology/CSM-CameraModel` if you don't already have a fork.
2. Clone your fork of `CSM-CameraModel`*with `--recursive` option to get the gtest submodule*.