We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f090e commit 34f03dfCopy full SHA for 34f03df
scripts/ubuntu-build.yml
@@ -1,7 +1,8 @@
1
image: ubuntu/18.04
2
packages:
3
# xorg-dev can be used instead of the detailed list of x11 libraries
4
- [python3-pip, make, ninja-build, pkg-config, libx11-dev, libxext-dev, libxrandr-dev, libxrender-dev, libxcursor-dev, libxfixes-dev, libxi-dev, libxft-dev, gcc, g++, gfortran]
+ # fuse needed to create appimage
5
+ [python3-pip, fuse, make, ninja-build, pkg-config, libx11-dev, libxext-dev, libxrandr-dev, libxrender-dev, libxcursor-dev, libxfixes-dev, libxi-dev, libxft-dev, gcc, g++, gfortran]
6
sources:
7
- https://github.com/franko/gsl-shell
8
- https://github.com/franko/lhelper
0 commit comments