Skip to content

Commit 006135c

Browse files
committed
create launch shortcut
Create a launch shortcut
1 parent 7e5d4c2 commit 006135c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/build_guides/build_rocky_linux_9_5.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,13 @@ cmake .. -DBUILD_DOCS=Off
253253
make -j${MAKE_JOBS}
254254
cd ${TMP_XSTUDIO_BUILD_DIR}
255255

256-
#Create launch shortcut
256+
##### Ensure /usr/local/lib is in ldconf
257+
cat << EOF | sudo tee /etc/ld.so.conf.d/usr-local-lib.conf
258+
/usr/local/lib
259+
EOF
260+
sudo ldconfig
261+
262+
##### Create launch shortcut
257263
cd ${TMP_XSTUDIO_BUILD_DIR}
258264
cat << EOF > start_xstudio.sh
259265
export QV4_FORCE_INTERPRETER=1

0 commit comments

Comments
 (0)