Skip to content

Commit 9991174

Browse files
authored
Update linux_install_guide.md
Updating instructions for GIMP 3.0.4 for Linux
1 parent db3b69c commit 9991174

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Docs/linux_install_guide.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ More details can be found [here](https://github.com/snapcrafters/gimp/tree/previ
3434
```sh
3535
git clone https://gitlab.gnome.org/GNOME/babl
3636
cd babl
37-
git checkout tags/BABL_0_1_112
37+
git checkout tags/BABL_0_1_114
3838
meson _build
3939
ninja -C _build
4040
sudo ninja -C _build install
@@ -44,7 +44,7 @@ More details can be found [here](https://github.com/snapcrafters/gimp/tree/previ
4444
```sh
4545
git clone https://gitlab.gnome.org/GNOME/gegl
4646
cd gegl
47-
git checkout tags/GEGL_0_4_58
47+
git checkout tags/GEGL_0_4_62
4848
meson _build
4949
ninja -C _build
5050
sudo ninja -C _build install
@@ -55,9 +55,10 @@ More details can be found [here](https://github.com/snapcrafters/gimp/tree/previ
5555
```sh
5656
git clone https://gitlab.gnome.org/GNOME/gimp
5757
cd gimp
58-
git checkout tags/GIMP_3_0_2
58+
git checkout tags/GIMP_3_0_4
5959
git submodule update --init
6060
export GI_TYPELIB_PATH=/usr/lib/x86_64-linux-gnu/girepository-1.0:/usr/local/lib/x86_64-linux-gnu/girepository-1.0
61+
sudo ldconfig
6162
meson _build
6263
ninja -C _build
6364
sudo ninja -C _build install

0 commit comments

Comments
 (0)