Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Usgscsm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Usgscsm
Commits
ce82ca6c
Unverified
Commit
ce82ca6c
authored
4 years ago
by
Stuart Sides
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
2ecfd382
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
ce82ca6c
...
...
@@ -58,7 +58,7 @@ When you clone this library make sure you add the `--recursive` flag to your
`git clone`
command. Alterntively, you can run
`git submodule update --init --recursive`
after cloning.
You can also install
of
the build requirements using Conda with the provided
You can also install the build requirements using Conda with the provided
`environment.yml`
file. The following commands will create a new environment
to build against. Note that googletest cannot be installed via anaconda and must
be available within the source code. You can remove the googletest dependency
...
...
@@ -70,7 +70,7 @@ conda env create -n usgscsm -f environment.yml -y
## Building USGSCSM
USGSCSM uses a standard cmake build system. To compile the library
,
and
USGSCSM uses a standard cmake build system. To compile the library and
tests use the following commands:
1.
`mkdir build && cd build`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment