Skip to content

Commit 3eb5cc8

Browse files
authored
Merge pull request #182 from intel/update_linux_doc
Updating dependancy list
2 parents 5f7a465 + bb8268f commit 3eb5cc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Docs/linux_install_guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ More details can be found [here](https://github.com/snapcrafters/gimp/tree/previ
2828
2. Install Dependencies
2929
```sh
3030
sudo apt update
31-
sudo apt install -y cmake libgflags-dev patchelf python3-pip gettext git git-lfs build-essential meson ninja-build autoconf libcairo2-dev libxt-dev libgdk-pixbuf-2.0-dev libgexiv2-dev libgtk-3-dev libmypaint-dev mypaint-brushes libbz2-dev libatk1.0-dev libgirepository1.0-dev libx11-xcb-dev libwmf-dev libxcb-glx0-dev libxcb-dri2-0-dev libxxf86vm-dev valgrind libappstream-glib-dev libpugixml-dev libxmu-dev libpoppler-glib-dev xsltproc librsvg2-dev libopencv-dev
31+
sudo apt install -y cmake libgflags-dev patchelf python3-pip gettext git git-lfs build-essential meson ninja-build autoconf libcairo2-dev libxt-dev libgdk-pixbuf-2.0-dev libgexiv2-dev libgtk-3-dev libmypaint-dev mypaint-brushes libbz2-dev libatk1.0-dev libgirepository1.0-dev libx11-xcb-dev libwmf-dev libxcb-glx0-dev libxcb-dri2-0-dev libxxf86vm-dev valgrind libappstream-glib-dev libpugixml-dev libxmu-dev libpoppler-glib-dev xsltproc librsvg2-dev libopencv-dev libgirepository-2.0-dev
3232
```
3333
3. Clone, build, and install babl
3434
```sh
@@ -77,11 +77,12 @@ More details can be found [here](https://github.com/snapcrafters/gimp/tree/previ
7777
```
7878

7979
## Verify Installation
80-
Start GIMP, ensuring to setup the environment variables correctly, and you should see 'OpenVINO-AI-Plugins' show up in 'Layer' menu
80+
Start GIMP, ensuring to setup the environment variables correctly, and you should see 'OpenVINO-AI-Plugins' show up in 'Layer' menu.
8181
```sh
8282
export GI_TYPELIB_PATH=/usr/lib/x86_64-linux-gnu/girepository-1.0:/usr/local/lib/x86_64-linux-gnu/girepository-1.0
8383
export LD_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu
8484
gimp-3
8585
```
8686

8787

88+

0 commit comments

Comments
 (0)