Last active
August 14, 2024 18:58
-
-
Save nemanjan00/9d7fa4f2ac887e1f7da1906e478ee322 to your computer and use it in GitHub Desktop.
harogic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chmod 644 /etc/udev/rules.d/harogic-cyusb.rules # !!!IMPORTANT | |
ln -s /usr/lib64/libicuuc.so.75 ../lib/libicuuc.so.60 | |
ln -s /usr/lib64/libicui18n.so.75 ../lib/libicui18n.so.60 | |
rm -rf ../lib/libQt5* | |
export LD_LIBRARY_PATH=`pwd`:../lib | |
export QT_QPA_PLATFORM=xcb | |
./SAStudio4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment