##// END OF EJS Templates
[Meson] Install python interpreter lib in lib folder instead of plugin folder...
[Meson] Install python interpreter lib in lib folder instead of plugin folder Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1443:0b787f764159
r1444:46f8d6c8fcea
Show More
appImage.sh
14 lines | 703 B | application/x-sh | BashLexer
#!/bin/bash
mkdir build
cd build
mkdir -p $(pwd)/AppDir/usr
virtualenv -p python3 $(pwd)/AppDir/usr
source $(pwd)/AppDir/usr/bin/activate
pip install git+https://github.com/jeandet/spwc
meson --prefix=/usr ..
ninja
DESTDIR=$(pwd)/AppDir ninja install
mv AppDir/usr/lib64 AppDir/usr/lib
wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
chmod +x linuxdeployqt-continuous-x86_64.AppImage && ./linuxdeployqt-continuous-x86_64.AppImage --appimage-extract
LD_LIBRARY_PATH=AppDir/usr/lib/:AppDir/usr/lib/SciQLop/ ./squashfs-root/AppRun AppDir/usr/share/applications/*.desktop -appimage -extra-plugins=iconengines,platformthemes/libqgtk3.so