Skip to content

Commit

Permalink
add launch shortcut--signoff
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Oliver <[email protected]>
  • Loading branch information
mcoliver committed Nov 22, 2024
1 parent ebd1e34 commit f425eca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/build_guides/build_rocky_linux_9_5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,16 @@ mkdir build
cd build
cmake .. -DBUILD_DOCS=Off
make -j${MAKE_JOBS}
cd ${TMP_XSTUDIO_BUILD_DIR}

#Create launch shortcut
cd ${TMP_XSTUDIO_BUILD_DIR}
cat << EOF > start_xstudio.sh
export QV4_FORCE_INTERPRETER=1
export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64
export PYTHONPATH=./bin/python/lib/python${VER_PYTHON}/site-packages:/home/xstudio/.local/lib/python${VER_PYTHON}/site-packages:
cd ${TMP_XSTUDIO_BUILD_DIR}/xstudio/build
./bin/xstudio.bin
EOF
chmod +x start_xstudio.sh

0 comments on commit f425eca

Please sign in to comment.