Skip to content

Commit bbba583

Browse files
authored
Merge pull request #164 from frenchwr/main
Add docs for Linux snap installation
2 parents 0846f9e + 38c11b1 commit bbba583

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

Docs/linux_install_guide.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
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
222
1. Create a directory where you will download and build all of the sources for GIMP
323
```sh
424
cd $HOME
@@ -43,7 +63,7 @@
4363
sudo ninja -C _build install
4464
cd ..
4565
```
46-
# Install Plugins
66+
## Install Plugins
4767
1. Clone this repo
4868
```sh
4969
cd $HOME/GIMP
@@ -56,7 +76,7 @@
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

0 commit comments

Comments
 (0)