XNSim/Release/shell/XNCore.sh

6 lines
190 B
Bash
Raw Permalink Normal View History

2025-04-28 16:41:21 +08:00
export XNCore=/home/jin/MyCode/XNSim/Release
2025-04-28 12:25:20 +08:00
export PATH=$XNCore:$PATH
export LD_LIBRARY_PATH=$XNCore/lib:$LD_LIBRARY_PATH
export QT_QPA_PLATFORM=xcb
export QT_PLUGIN_PATH=$XNCore/platforms