Skip to content

Commit 8825eaa

Browse files
authored
fix(node): Add note to refresh linker cache after installation
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
1 parent 15aa3ca commit 8825eaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/node/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ You can also install the binaries and tools into to your search path after build
225225
```shell
226226
# Install the VILLASnode libraries tools and binaries
227227
cmake --build ./build --target install
228+
229+
# Refresh linker cache
230+
sudo ldconfig
228231
```
229232

230233
### Customizing the build

0 commit comments

Comments
 (0)