From c810f402bb7225392b093114a6f8957029d14bb6 Mon Sep 17 00:00:00 2001 From: Markus Werle Date: Mon, 17 Jun 2024 00:29:36 +0200 Subject: [PATCH] add link --- example_4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_4/README.md b/example_4/README.md index 205ebd8..336b528 100644 --- a/example_4/README.md +++ b/example_4/README.md @@ -103,7 +103,7 @@ $ chrpath -l /opt/daixtrose/example_4-1.0.0/lib/liblibrary_1.so /opt/daixtrose/example_4-1.0.0/lib/liblibrary_1.so: RUNPATH=$ORIGIN:$ORIGIN/../lib ``` -Give it a try: If you omit this command, `RUNPATH` is not set for `library_1`: +Give it a try: If you omit [this command](CMakeListsCPackConfiguration.txt#L52C8-L55C55), `RUNPATH` is not set for `library_1`: ```bash $ chrpath -l /opt/daixtrose/example_4-1.0.0/lib/liblibrary_1.so