File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ More details can be found [here](https://github.com/snapcrafters/gimp/tree/previ
28282. 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 ` ` `
33333. 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+
You can’t perform that action at this time.
0 commit comments