mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
libxerces-c-dev ubuntu dependency for e57
This commit is contained in:
parent
598f92b7b3
commit
5db966b780
2
.github/workflows/CreateRelease.yml
vendored
2
.github/workflows/CreateRelease.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
uses: jurplel/install-qt-action@v2
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libgmp-dev libcgal-dev libboost-all-dev
|
||||
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libgmp-dev libcgal-dev libboost-all-dev libxerces-c-dev
|
||||
#needed by qt 5.15 on linux
|
||||
sudo apt-get install libxcb-icccm4-dev libxcb-image0-dev libxcb-keysyms1-dev libxcb-render-util0-dev libxcb-xinerama0-dev
|
||||
- name: Setup env variables
|
||||
|
||||
@ -50,6 +50,7 @@ parts:
|
||||
- libqt5opengl5-dev
|
||||
- libcgal-dev
|
||||
- libboost-all-dev
|
||||
- libxerces-c-dev
|
||||
stage-packages:
|
||||
- lib3ds-1-3
|
||||
- libgomp1
|
||||
|
||||
@ -50,6 +50,7 @@ parts:
|
||||
- libqt5opengl5-dev
|
||||
- libcgal-dev
|
||||
- libboost-all-dev
|
||||
- libxerces-c-dev
|
||||
stage-packages:
|
||||
- lib3ds-1-3
|
||||
- libgomp1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user