[software development] 【原创】AppImage打包流程
Tofloor
poster avatar
redmibook
deepin
2023-08-17 04:40
Author
Reply Favorite View the author
All Replies
redmibook
deepin
2023-08-17 04:42
#1

截图 2023-08-16 20-42-03.png

Reply View the author
redmibook
deepin
2023-08-17 04:45
#2

示例指令:

编译指令

linuxdeployqt ./rimetool.AppDir/usr/share/applications/newReader.desktop -appimage -extra-plugins=iconengines,platformthemes/libqgtk3.so

环境变量

export QTDIR=$HOME/Qt/6.4.3/gcc_64
export PATH=$QTDIR/bin:$PATH
export LD_PLUGINS_PATH=$QTDIR/plugins:$LD_PLUGINS_PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QT_DEBUG_PLUGINS=1
Reply View the author
阿尼樱奈奈
Moderator
2023-08-17 04:55
#3

like

Reply View the author
璀璨星空
deepin
2023-08-17 05:09
#4

详细kissing_heart

Reply View the author
pzm9012
Moderator
2023-08-17 05:28
#5

感谢分享

Reply View the author
MMHMM
Moderator
2023-08-17 07:17
#6

proud

楼主大大,出个图形化打包工具🛠️!!!

Reply View the author
redmibook
deepin
2023-08-17 07:44
#7
MMHMM

proud

楼主大大,出个图形化打包工具🛠️!!!

哈哈,用 Qt 写程序的毕竟是少数啊。

Reply View the author
MMHMM
Moderator
2023-08-17 18:38
#8
redmibook

哈哈,用 Qt 写程序的毕竟是少数啊。

ok

Reply View the author