Skip to content

Commit f425eca

Browse files
committed
add launch shortcut--signoff
Signed-off-by: Michael Oliver <mcoliver@gmail.com>
1 parent ebd1e34 commit f425eca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/build_guides/build_rocky_linux_9_5.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,16 @@ mkdir build
251251
cd build
252252
cmake .. -DBUILD_DOCS=Off
253253
make -j${MAKE_JOBS}
254+
cd ${TMP_XSTUDIO_BUILD_DIR}
254255

256+
#Create launch shortcut
257+
cd ${TMP_XSTUDIO_BUILD_DIR}
258+
cat << EOF > start_xstudio.sh
255259
export QV4_FORCE_INTERPRETER=1
256260
export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64
257261
export PYTHONPATH=./bin/python/lib/python${VER_PYTHON}/site-packages:/home/xstudio/.local/lib/python${VER_PYTHON}/site-packages:
258262
259263
cd ${TMP_XSTUDIO_BUILD_DIR}/xstudio/build
260264
./bin/xstudio.bin
265+
EOF
266+
chmod +x start_xstudio.sh

0 commit comments

Comments
 (0)