Skip to content

Commit

Permalink
Fix typo in README and add artifacts to .gitignore (#679)
Browse files Browse the repository at this point in the history
Co-authored-by: rrhiemstar <[email protected]>
  • Loading branch information
renehiemstra and hiemstar authored Nov 25, 2024
1 parent 7faa246 commit 9628d1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/.idea
/cmake-build-debug
/build
/docs/_site
/docs/_vendor
Expand All @@ -18,6 +20,12 @@
/tests/dynlib
/tests/dynlib.exe
/tests/not_bc
/tests/class2
/tests/inline_c.exe
/tests/objc
/tests/objc2
/tests/stdio.exe


*.bc
*.ll
Expand Down
2 changes: 1 addition & 1 deletion release/share/terra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Installing Terra

Terra currently runs on Linux (x86_64, AArch64, PPC64le), macOS (x86_64, AArch64), FreeBSD (x86_64), and Windows (x86_64). Binary releases for popular versions of these systems are available [online](https://github.com/terralang/terra/releases), and we recommend you use them if possible because building Terra requires a working install of LLVM and Clang, which can be difficult to get working.

Note that as of macOS 10.15 Catalina, in order to include C headers in Terra you will need to define the following evironment variable:
Note that as of macOS 10.15 Catalina, in order to include C headers in Terra you will need to define the following environment variable:

export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)"

Expand Down

0 comments on commit 9628d1e

Please sign in to comment.