Skip to content

Commit 38c3987

Browse files
authored
Update linux_install_guide.md
Updated Linux installation instructions now that we no longer need to install openvino separately
1 parent 2399e9d commit 38c3987

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

Docs/linux_install_guide.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
# Install OpenVINO
2-
1. Download the latest [OpenVINO™](https://github.com/openvinotoolkit/openvino/releases) for your version of Ubuntu.
3-
4-
https://github.com/gblong1/openvino-ai-plugins-gimp/assets/22227580/79ce7302-4f53-4451-89a2-47d3ef8a29c8
5-
6-
7-
3. Extract the archive
8-
```sh
9-
tar -xvf <ov-release-name>.tar.gz
10-
```
11-
4. Create an intel directory under `/opt` and move the extracted files to that directory
12-
```sh
13-
sudo mkdir /opt/intel
14-
sudo chown <user>:<group> /opt/intel
15-
mv <ov-release-name> /opt/intel/.
16-
```
17-
5. Link the release as `openvino` under `/opt/intel`
18-
```sh
19-
cd /opt/intel
20-
ln -sf <ov-release-name> openvino
21-
```
22-
231
# Build GIMP
242
1. Create a directory where you will download and build all of the sources for GIMP
253
```sh
@@ -73,25 +51,20 @@
7351
2. Run install script, and download models. The following steps will create the virtual environment "gimpenv3", install all required packages and will also walk you through models setup.
7452
```sh
7553
chmod +x openvino-ai-plugins-gimp/install.sh
76-
source /opt/intel/openvino/setupvars.sh
7754
./openvino-ai-plugins-gimp/install.sh
7855
```
7956
At the end of plugin setup, you will be prompted to setup the AI models used with OpenVINO™. Before proceeding, make note of the plugin directory and add that to the plugin path for GIMP before proceeding with model download.
8057
Start the GIMP application (`gimp-2.99`), and add the gimpenv3 path that was printed when running the above step to the list of plugin folders [Edit-> Preferences-> Folders-> Plugins].
8158

82-
https://github.com/gblong1/openvino-ai-plugins-gimp/assets/22227580/1bab09ae-9383-4d53-9615-eb87d2212e82
83-
8459
Choose the models that you would like to setup, keeping in mind that choosing to download all of them may take time and considerable disk space.
8560

8661
*You can re-run "run install script" step later again to install & setup models that you may have missed.*
8762

8863
# Verify Installation
8964
Start GIMP, ensuring to setup the environment variables correctly, and you should see 'OpenVINO-AI-Plugins' show up in 'Layer' menu
9065
```sh
91-
source /opt/intel/openvino/setupvars.sh
9266
export GI_TYPELIB_PATH=/usr/lib/x86_64-linux-gnu/girepository-1.0:/usr/local/lib/x86_64-linux-gnu/girepository-1.0
9367
gimp-2.99
9468
```
9569

96-
https://github.com/gblong1/openvino-ai-plugins-gimp/assets/22227580/a6222235-2017-45f8-9594-f49ab4107a70
9770

0 commit comments

Comments
 (0)