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 2627091 commit 38cb140Copy full SHA for 38cb140
Docs/linux_install_guide.md
@@ -34,7 +34,7 @@ More details can be found [here](https://github.com/snapcrafters/gimp/tree/previ
34
```sh
35
git clone https://gitlab.gnome.org/GNOME/babl
36
cd babl
37
- git checkout tags/BABL_0_1_110
+ git checkout tags/BABL_0_1_112
38
meson _build
39
ninja -C _build
40
sudo ninja -C _build install
@@ -44,7 +44,7 @@ More details can be found [here](https://github.com/snapcrafters/gimp/tree/previ
44
45
git clone https://gitlab.gnome.org/GNOME/gegl
46
cd gegl
47
- git checkout tags/GEGL_0_4_52
+ git checkout tags/GEGL_0_4_58
48
49
50
0 commit comments