@@ -30,7 +30,6 @@ Author: Kang Lin (kl222@126.com)
3030 - https://gitlab.com/kl222/SerialPortAssistant
3131 - https://sourceforge.net/projects/serialportassistant/
3232 - https://gitee.com/kl222/SerialPortAssistant
33- - https://invent.kde.org/kanglin/SerialPortAssistant
3433 - https://bitbucket.org/kl222/serialportassistant
3534- [ Project home] ( http://kanglin.github.io/SerialPortAssistant )
3635- This project is a cross-platform serial assistant.
@@ -64,16 +63,20 @@ Author: Kang Lin (kl222@126.com)
6463 - [ ![ Download SerialPortAssistant] ( https://a.fsdn.com/con/app/sf-download-button )] ( https://sourceforge.net/projects/serialportassistant/files/latest/download )
6564
6665- Install
67- - ubuntu
66+ - ubuntu, debian
6867 - [ serialportassistant_0.5.29_amd64.deb] ( https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/serialportassistant_0.5.29_amd64.deb )
6968
7069 sudo apt install ./serialportassistant_0.5.29_amd64.deb
7170 # If you're on an older Linux distribution, you will need to run this instead:
7271 # sudo dpkg -i serialportassistant_0.5.29_amd64.deb
7372 # sudo apt-get install -f # Install dependencies
7473
75- - AppImage
74+ - Other linux( AppImage)
7675 - [ SerialPortAssistant_v0.5.29_x86_64.AppImage] ( https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_x86_64.AppImage )
76+
77+ sudo chmod a+x SerialPortAssistant_v0.5.29_x86_64.AppImage
78+ sudo ./SerialPortAssistant_v0.5.29_x86_64.AppImage
79+
7780 - Windows
7881 - Windows xp
7982 - [ SerialPortAssistant_v0.5.29_windows_xp_x86_Setup.exe] ( https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_windows_xp_x86_Setup.exe )
@@ -163,5 +166,9 @@ Bitcoin:
163166 libqt5scxml5-dev libqt5svg5-dev libqt5serialport5-dev \
164167 qtwebengine5-dev qtwebengine5-dev-tools qtwebengine5-private-dev
165168
169+ - build_appimage.sh
170+
171+ build AppImage. See: https://github.com/linuxdeploy/linuxdeploy/
172+
166173- deploy.sh: This script is used to generate new release version numbers and tag.
167174 Used only by the program publisher.
0 commit comments