We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd1e34 commit f425ecaCopy full SHA for f425eca
docs/build_guides/build_rocky_linux_9_5.sh
@@ -251,10 +251,16 @@ mkdir build
251
cd build
252
cmake .. -DBUILD_DOCS=Off
253
make -j${MAKE_JOBS}
254
+cd ${TMP_XSTUDIO_BUILD_DIR}
255
256
+#Create launch shortcut
257
258
+cat << EOF > start_xstudio.sh
259
export QV4_FORCE_INTERPRETER=1
260
export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64
261
export PYTHONPATH=./bin/python/lib/python${VER_PYTHON}/site-packages:/home/xstudio/.local/lib/python${VER_PYTHON}/site-packages:
262
263
cd ${TMP_XSTUDIO_BUILD_DIR}/xstudio/build
264
./bin/xstudio.bin
265
+EOF
266
+chmod +x start_xstudio.sh
0 commit comments