Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #79

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ $ make -j4 #you should have roughly 2GB per thread :-)

If you like you can also install the stdlib into `/usr/local` with `make
install`, but this is _unnecessary_ as `sac2c` will be able to find your stdlib
build automatically.
build automatically. This is achieved through a file named `sac2crc.package.stdlib`
which is being placed in `~/.sac2crc/` and which contains the path to the place
where you build your stdlib

**NOTE:** *When pulling the latest commit, remember to run `git submodule
update` or you will be missing changes to the `cmake-common` repository.*
Expand Down