Skip to content

Commit d44a0a5

Browse files
committed
Modify README
1 parent f46b72e commit d44a0a5

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

README_zh_CN.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
- 中国: https://gitee.com/kl222/SerialPortAssistant
3131
- https://gitlab.com/kl222/SerialPortAssistant
3232
- https://sourceforge.net/projects/serialportassistant/
33-
- https://invent.kde.org/kanglin/SerialPortAssistant
3433
- https://bitbucket.org/kl222/serialportassistant
3534
- [项目主页](http://kanglin.github.io/SerialPortAssistant)
3635
- 本项目是一个跨平台的串口助手。
@@ -58,16 +57,20 @@
5857
- [![Download SerialPortAssistant](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/serialportassistant/files/latest/download)
5958

6059
- 安装说明:
61-
- ubuntu
60+
- ubuntu、debian
6261
- [serialportassistant_0.5.29_amd64.deb](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/serialportassistant_0.5.29_amd64.deb)
6362

6463
sudo apt install ./serialportassistant_0.5.29_amd64.deb
6564
# 如果你是老的 Linux 发行系统。你需要用下列命令替换:
6665
# sudo dpkg -i serialportassistant_0.5.29_amd64.deb
6766
# sudo apt-get install -f # Install dependencies
6867
69-
- AppImage
68+
- 其它 linux(AppImage)
7069
- [SerialPortAssistant_v0.5.29_x86_64.AppImage](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_x86_64.AppImage)
70+
71+
sudo chmod a+x SerialPortAssistant_v0.5.29_x86_64.AppImage
72+
sudo ./SerialPortAssistant_v0.5.29_x86_64.AppImage
73+
7174
- Windows
7275
- Windows xp
7376
- [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)
@@ -157,4 +160,8 @@
157160
libqt5scxml5-dev libqt5svg5-dev libqt5serialport5-dev \
158161
qtwebengine5-dev qtwebengine5-dev-tools qtwebengine5-private-dev
159162

163+
- build_appimage.sh
164+
165+
此脚本生成 AppImage 可执行文件。 详见:https://github.com/linuxdeploy/linuxdeploy/
166+
160167
- deploy.sh: 此脚本用于产生新的发行版本号和标签。仅程序发布者使用。

0 commit comments

Comments
 (0)