File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 1- # Build GIMP
1+ There are two methods for installing the plugins in Linux:
2+
3+ * Install the plugins from the Snap Store
4+ * Build and install GIMP and the plugins manually
5+
6+ # Snap Installation
7+
8+ For Linux distributions supporting snaps (e.g. Ubuntu), the plugins can be installed along with the GIMP snap with these commands:
9+
10+ ```
11+ sudo snap install gimp --channel preview/stable
12+ sudo snap install intel-npu-driver --beta # for NPU support
13+ sudo snap install openvino-toolkit-2404 --beta
14+ sudo snap install openvino-ai-plugins-gimp --beta
15+ ```
16+
17+ More details can be found [ here] ( https://github.com/snapcrafters/gimp/tree/preview?tab=readme-ov-file#openvino-ai-plugins ) .
18+
19+ # Building and installing the plugins manually
20+
21+ ## Build GIMP
2221 . Create a directory where you will download and build all of the sources for GIMP
323 ``` sh
424 cd $HOME
4363 sudo ninja -C _build install
4464 cd ..
4565 ` ` `
46- # Install Plugins
66+ # # Install Plugins
47671. Clone this repo
4868 ` ` ` sh
4969 cd $HOME /GIMP
5676 ./openvino-ai-plugins-gimp/install.sh
5777 ` ` `
5878
59- # Verify Installation
79+ # # Verify Installation
6080 Start GIMP, ensuring to setup the environment variables correctly, and you should see ' OpenVINO-AI-Plugins' show up in ' Layer' menu
6181 ` ` ` sh
6282 export GI_TYPELIB_PATH=/usr/lib/x86_64-linux-gnu/girepository-1.0:/usr/local/lib/x86_64-linux-gnu/girepository-1.0
You can’t perform that action at this time.
0 commit comments