##// END OF EJS Templates
AppImage build, sed with | as separator needs ""...
jeandet -
r1450:9d5666a3012d
parent child
Show More
@@ -19,7 +19,7 cd ..
19 cp $HERE/AppRun $SCIQLOP_APPDIR/
19 cp $HERE/AppRun $SCIQLOP_APPDIR/
20 chmod +x $SCIQLOP_APPDIR/AppRun
20 chmod +x $SCIQLOP_APPDIR/AppRun
21 # Tweak to find custom python from build dir
21 # Tweak to find custom python from build dir
22 sed s|/usr|$SCIQLOP_APPDIR/usr| -i $SCIQLOP_APPDIR/usr/lib/pkgconfig/python3.pc
22 sed "s|/usr|$SCIQLOP_APPDIR/usr|" -i $SCIQLOP_APPDIR/usr/lib/pkgconfig/python3.pc
23 LD_PRELOAD=$SCIQLOP_APPDIR/usr/lib/libpython3.7m.so.1.0 PATH=$SCIQLOP_APPDIR/usr/bin/:/usr/bin/ LD_LIBRARY_PATH=AppDir/usr/lib/:AppDir/usr/lib/python3.7/ $SCIQLOP_APPDIR/usr/bin/python3 $SCIQLOP_APPDIR/usr/bin/pip3 install git+https://github.com/jeandet/spwc
23 LD_PRELOAD=$SCIQLOP_APPDIR/usr/lib/libpython3.7m.so.1.0 PATH=$SCIQLOP_APPDIR/usr/bin/:/usr/bin/ LD_LIBRARY_PATH=AppDir/usr/lib/:AppDir/usr/lib/python3.7/ $SCIQLOP_APPDIR/usr/bin/python3 $SCIQLOP_APPDIR/usr/bin/pip3 install git+https://github.com/jeandet/spwc
24 LD_LIBRARY_PATH=$SCIQLOP_APPDIR/usr/lib/ PKG_CONFIG_PATH=$SCIQLOP_APPDIR/usr/lib/pkgconfig/:$PKG_CONFIG_PATH PATH=$SCIQLOP_APPDIR/usr/bin/:$PATH meson --prefix=/usr ..
24 LD_LIBRARY_PATH=$SCIQLOP_APPDIR/usr/lib/ PKG_CONFIG_PATH=$SCIQLOP_APPDIR/usr/lib/pkgconfig/:$PKG_CONFIG_PATH PATH=$SCIQLOP_APPDIR/usr/bin/:$PATH meson --prefix=/usr ..
25 ninja
25 ninja
General Comments 0
You need to be logged in to leave comments. Login now