mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
using pathcelf instead of chrpath
This commit is contained in:
parent
df4755e92a
commit
c85feea1a5
2
.github/workflows/BuildAndRelease.yml
vendored
2
.github/workflows/BuildAndRelease.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libglew-dev libeigen3-dev libgmp-dev
|
||||
sudo apt-get install -y libxkbcommon-x11-0 chrpath
|
||||
sudo apt-get install -y libxkbcommon-x11-0 chrpath patchelf
|
||||
- name: Setup env variables
|
||||
id: envs
|
||||
run: |
|
||||
|
||||
2
.github/workflows/BuildUbuntu.yml
vendored
2
.github/workflows/BuildUbuntu.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libglew-dev libeigen3-dev libgmp-dev
|
||||
sudo apt-get install -y libxkbcommon-x11-0 chrpath
|
||||
sudo apt-get install -y libxkbcommon-x11-0 chrpath patchelf
|
||||
- name: Setup env variables
|
||||
id: envs
|
||||
run: |
|
||||
|
||||
@ -39,7 +39,7 @@ $INSTALL_PATH/resources/linuxdeployqt usr/share/applications/meshlab.desktop -ap
|
||||
mv *.AppImage ../MeshLab$VERSION-linux.AppImage
|
||||
chmod +x ../MeshLab$VERSION-linux.AppImage
|
||||
|
||||
chrpath -r '$ORIGIN/usr/lib:$ORIGIN/usr/lib/meshlab' AppRun
|
||||
patchelf --set-rpath '$ORIGIN/usr/lib:$ORIGIN/usr/lib/meshlab' AppRun
|
||||
|
||||
chmod +x usr/bin/meshlab
|
||||
chmod +x usr/bin/meshlabserver
|
||||
|
||||
@ -24,7 +24,7 @@ cd $DISTRIB_PATH
|
||||
|
||||
$INSTALL_PATH/resources/linuxdeployqt usr/share/applications/meshlab.desktop -bundle-non-qt-libs -executable=usr/bin/meshlabserver
|
||||
|
||||
chrpath -r '$ORIGIN/usr/lib:$ORIGIN/usr/lib/meshlab' AppRun
|
||||
patchelf --set-rpath '$ORIGIN/usr/lib:$ORIGIN/usr/lib/meshlab' AppRun
|
||||
|
||||
chmod +x usr/bin/meshlab
|
||||
chmod +x usr/bin/meshlabserver
|
||||
|
||||
@ -5,5 +5,5 @@
|
||||
# Run this script if you never installed any of the MeshLab dependencies.
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y qt5-default qttools5-dev-tools qtdeclarative5-dev libqt5xmlpatterns5-dev mesa-common-dev libglu1-mesa-dev lib3ds-dev libglew-dev libeigen3-dev libopenctm-dev libgmp-dev libqhull-dev #libmuparser-dev
|
||||
sudo apt-get install -y qt5-default qttools5-dev-tools qtdeclarative5-dev libqt5xmlpatterns5-dev mesa-common-dev libglu1-mesa-dev lib3ds-dev libglew-dev libeigen3-dev libopenctm-dev libgmp-dev libqhull-dev patchelf chrpath #libmuparser-dev
|
||||
sudo apt-get install -y chrpath
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user