Skip to content

Commit f1dff4a

Browse files
Update get.md
1 parent 677d22e commit f1dff4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/get.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ To build the adapter, you need to install a few dependencies and then execute th
1717

1818
The adapter also requires [pkg-config](https://linux.die.net/man/1/pkg-config) to [link to preCICE](https://precice.org/installation-linking.html). This is a very common dependency on Linux and is usually already installed.
1919

20+
By default, the adapter will be installed under `FOAM_USER_LIBBIN`. If you want to use a different location please set `ADAPTER_TARGET_DIR` before running `./Allwmake`. You can, for example, use `export ADAPTER_TARGET_DIR=$FOAM_LIBBIN` to install the adapter system-wide (requires `sudo`).
21+
2022
You can set compile flags by either changing the `ADAPTER_PREP_FLAGS` variable in the `Allwmake` script, or directly setting the value of `ADAPTER_PREP_FLAGS` as an environment variable.
2123
To do so, `export ADAPTER_PREP_FLAGS="-D<desired> -D<options>"` before compiling the adapter.
2224

0 commit comments

Comments
 (0)