Skip to content

Commit 773ab1a

Browse files
[DOCS] Update bash commands link references (#496)
* [DOCS] bash commands link refs * Update docs/source/dev_guide/advanced_install/advanced_install_on_windows.md Co-authored-by: Sebastian Golebiewski <[email protected]> --------- Co-authored-by: Sebastian Golebiewski <[email protected]>
1 parent f2e0066 commit 773ab1a

File tree

4 files changed

+15
-19
lines changed

4 files changed

+15
-19
lines changed

docs/source/dev_guide/advanced_install/advanced_build_docker_image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ All Dockerfiles are in
2121
<!--hide_directive:sync: tab1hide_directive-->
2222

2323
```bash
24-
wget https://raw.githubusercontent.com/open-edge-platform/edge-ai-libraries/main/libraries/dl-streamer/docker/ubuntu/ubuntu24.Dockerfile
24+
wget https://raw.githubusercontent.com/open-edge-platform/dlstreamer/master/docker/ubuntu/ubuntu24.Dockerfile
2525
```
2626

2727
<!--hide_directive:::
2828
:::{tab-item}hide_directive--> Ubuntu22 debian/dev Dockerfile
2929
<!--hide_directive:sync: tab2hide_directive-->
3030

3131
```bash
32-
wget https://raw.githubusercontent.com/open-edge-platform/edge-ai-libraries/main/libraries/dl-streamer/docker/ubuntu/ubuntu22.Dockerfile
32+
wget https://raw.githubusercontent.com/open-edge-platform/dlstreamer/master/docker/ubuntu/ubuntu22.Dockerfile
3333
```
3434

3535
<!--hide_directive:::

docs/source/dev_guide/advanced_install/advanced_install_on_windows.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@ cd dlstreamer
1414

1515
## Step 2: Run installation script
1616

17-
### Build script details:
17+
Open PowerShell as administrator and run the `build_dlstreamer_dlls.ps1` script.
1818

19-
- The script will install automatically following dependencies if they don't exist:
19+
20+
```
21+
cd ./dlstreamer/
22+
./scripts/build_dlstreamer_dlls.ps1
23+
```
24+
25+
### Details of the build script
26+
27+
- The script will install the following dependencies:
2028
| Required dependency | Path |
2129
| -------- | ------- |
2230
| Temporary downloaded files | C:\\dlstreamer_tmp |
@@ -39,16 +47,4 @@ cd dlstreamer
3947
- LIBVA_DRIVER_NAME
4048
- LIBVA_DRIVERS_PATH
4149

42-
- The script assues that proxy is properly configured
43-
44-
45-
### Run PowerShell with administrative privileges and execute:
46-
47-
```
48-
cd ./libraries/dl-streamer/
49-
./scripts/build_dlstreamer_dlls.ps1
50-
```
51-
52-
53-
54-
50+
- The script assumes that the proxy is properly configured

docs/source/get_started/install/install_guide_ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resources when additional configuration is required.
2626
```bash
2727
mkdir -p ~/intel/dlstreamer_gst
2828
cd ~/intel/dlstreamer_gst/
29-
wget -O DLS_install_prerequisites.sh https://raw.githubusercontent.com/open-edge-platform/edge-ai-libraries/main/libraries/dl-streamer/scripts/DLS_install_prerequisites.sh && chmod +x DLS_install_prerequisites.sh
29+
wget -O DLS_install_prerequisites.sh https://raw.githubusercontent.com/open-edge-platform/dlstreamer/master/scripts/DLS_install_prerequisites.sh && chmod +x DLS_install_prerequisites.sh
3030
```
3131

3232
### Step 2: Execute the script and follow its instructions

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ framework, and it is used for creating complex media analytics pipelines for the
66
or at the Edge. DL Streamer consists of:
77

88
- [Deep Learning Streamer Pipeline
9-
Framework](https://github.com/open-edge-platform/edge-ai-libraries/tree/main/libraries/dl-streamer)
9+
Framework](https://github.com/open-edge-platform/dlstreamer/tree/master)
1010
for designing, creating, building, and running media analytics
1111
pipelines. It includes C++ and Python APIs.
1212
- [Deep Learning Streamer Pipeline

0 commit comments

Comments
 (0)