Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paullric committed Aug 11, 2023
2 parents 077d5ac + 9e24093 commit cd089d1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ not seem to suffer from this issue. To ensure a modern version of the GNU
compiler is used, you may wish to add `cxx-compiler` to the `conda`
environment.

## Missing libraries

Some have reported issues with missing libraries in their build environment
during build (e.g., https://github.com/SEATStandards/ncvis/issues/14). This
may mean additional libraries need to be added via conda:

```
conda install -c anaconda libxxf86vm-cos6-x86_64
```

Often Googling for the name of the warning message will provide instructions
on the name of the package needed to address the issue. At this point no
general solution is known.

# Install with cmake

A cmake based build infrastructure has been included to assist with
Expand Down

0 comments on commit cd089d1

Please sign in to comment.