mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Update Ubuntu for AppImage to 24.04
This commit is contained in:
parent
bb5a79f234
commit
a1fd418685
7 changed files with 18 additions and 102 deletions
|
@ -7,8 +7,6 @@ appdir=${1:-`pwd`/appimage/appdir}
|
|||
|
||||
mkdir appimage
|
||||
|
||||
pip3 install --user protobuf==3.19.5 # need support for python 3.6 for running on bionic
|
||||
scripts/fetch-protoc.sh appimage
|
||||
export PATH="`pwd`/appimage/protoc/bin:$PATH"
|
||||
scripts/build-ffmpeg.sh appimage
|
||||
scripts/build-sdl2.sh appimage
|
||||
|
@ -18,7 +16,7 @@ cd build_appimage
|
|||
cmake \
|
||||
-GNinja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
"-DCMAKE_PREFIX_PATH=`pwd`/../appimage/ffmpeg-prefix;`pwd`/../appimage/sdl2-prefix;/opt/qt512" \
|
||||
"-DCMAKE_PREFIX_PATH=`pwd`/../appimage/ffmpeg-prefix;`pwd`/../appimage/sdl2-prefix" \
|
||||
-DCHIAKI_ENABLE_TESTS=ON \
|
||||
-DCHIAKI_ENABLE_CLI=OFF \
|
||||
-DCHIAKI_ENABLE_GUI=ON \
|
||||
|
@ -40,9 +38,6 @@ curl -L -O https://github.com/linuxdeploy/linuxdeploy/releases/download/continuo
|
|||
chmod +x linuxdeploy-x86_64.AppImage
|
||||
curl -L -O https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
|
||||
chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
|
||||
set +e
|
||||
source /opt/qt512/bin/qt512-env.sh
|
||||
set -e
|
||||
|
||||
export LD_LIBRARY_PATH="`pwd`/sdl2-prefix/lib:$LD_LIBRARY_PATH"
|
||||
export EXTRA_QT_PLUGINS=opengl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue