Skip to content

Commit

Permalink
Docs generated from: Update Install.md (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
carp-lang committed Oct 11, 2021
1 parent 6798a44 commit 17101b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ The examples involving graphics/sound/interaction will require the following lib
On macOS and Linux we use [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) to handle include paths and linking flags, so make sure you have that properly installed and configured to find the external libraries.

Please let us know if you have trouble getting these bindings to work! We have tried making everything as reliable as possible but there are often corner cases when it comes to dependency management. And remember that you're always welcome to start an issue or ask questions in [the gitter channel](https://gitter.im/carp-lang/Carp).

## Footnote for Windows
You can install clang with mingw64 but you'll also want to run `vcvarsall.bat amd64` or `vcvarsall.bat x86` each time you start your shell to help clang find the right headers.
See https://github.com/carp-lang/Carp/issues/700 or https://github.com/carp-lang/Carp/issues/1323 for more information.

0 comments on commit 17101b7

Please sign in to comment.