File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2525 sudo apt-get install -y --no-install-recommends \
2626 squashfs-tools zsync desktop-file-utils appstream file patchelf libglib2.0-bin fakeroot \
2727 git meson ninja-build python3-pip python3-setuptools python3-wheel ca-certificates \
28+ python3-gi \
2829 libgtksourceview-5-dev libgtk-4-dev libadwaita-1-dev libglib2.0-dev libpango1.0-dev pkg-config gobject-introspection
2930 python -m pip install --upgrade pip
3031 python -m pip install --user "appimage-builder==0.8.2"
3435 run : |
3536 git clone --depth=1 --branch v0.18.0 https://gitlab.gnome.org/GNOME/blueprint-compiler.git
3637 cd blueprint-compiler
37- meson setup build
38+ env PYTHON=/usr/bin/python3 meson setup build
3839 ninja -C build
3940 sudo meson install -C build
4041 which blueprint-compiler && blueprint-compiler --version
You can’t perform that action at this time.
0 commit comments