From cda6e3a18a7a723577a5554eb262e36d95d475e3 Mon Sep 17 00:00:00 2001 From: Sven-Bodo Scholz Date: Mon, 18 Sep 2023 14:44:36 +0200 Subject: [PATCH] Update README.md added info on how sac2c finds the stdlib in case of a non-install --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b27e006..b930249 100644 --- a/README.md +++ b/README.md @@ -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.*