You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/Getting-Started-Guide.md
+29-7Lines changed: 29 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,42 @@ After the install be sure to update the system software before proceeding.
20
20
sudo apt update
21
21
```
22
22
23
-
### Step 2: Download and extract the sources
23
+
### Step 2: Get SceneScape sources
24
24
25
25
**Note:** These operations must be executed when logged in as a standard (non-root) user. **Do NOT use root or sudo.**
26
+
#### Option 1: Download and extract the sources
26
27
27
-
1. Download the Intel® SceneScape software archive.
28
-
Note the downloaded location (usually in the Downloads folder) and file name,
29
-
which will be something like “scenescape_2024.1.tar.gz”
28
+
1. Download the Intel® SceneScape software archive from https://github.com/open-edge-platform/scenescape/releases.
30
29
31
-
2. Extract the Intel® SceneScape archive on the target Ubuntu 22.04 system to the user home directory. Open a terminal, by default the current directory will be the user’s Home. Change directories to the Intel® SceneScape folder by typing the following at the command prompt.
32
-
**Note:**[Tab] should autocomplete the directory name that was created from the extraction of the .tar.gz in the prior instructions.
30
+
2. Extract the Intel® SceneScape archive on the target Ubuntu 22.04 system. Change directories to the extracted Intel® SceneScape folder.
33
31
```bash
34
-
cdscene[Tab]
32
+
cdscenescape-<version>/
35
33
```
36
34
35
+
#### Option 2: Clone the repository from GitHub
36
+
37
+
If you prefer to work directly with the source repository instead of downloading a release archive, follow these steps:
4. Check out the desired version tag (e.g., v1.3.0):
55
+
```bash
56
+
git checkout v1.3.0
57
+
```
58
+
37
59
### Step 3: Build and deploy Intel® SceneScape to the target system
38
60
39
61
The deployment tool may take around 30 minutes to download and build the Intel® SceneScape container images. Do not disconnect the system from the network or close the terminal window during this process.
0 commit comments