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: README.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Ensure your system is set up with the following before building Isaac Sim:
43
43
-**Operating System**: Windows 10/11 or Linux (Ubuntu 22.04)
44
44
45
45
> **(Linux) Ubuntu 24.04**
46
-
> Ubuntu 24.04 is not fully supported at this time. Building with Ubuntu 24.04 requires GCC/GXX 12 to be installed, GCC/GXX 13 is not supported.
46
+
> Ubuntu 24.04 is not fully supported at this time. Building with Ubuntu 24.04 requires GCC/G++ 11 to be installed, GCC/G++ 12+ is not supported.
47
47
48
48
-**GPU**: For additional information on GPU features and requirements, see [NVIDIA GPU Requirements](https://docs.omniverse.nvidia.com/dev-guide/latest/common/technical-requirements.html)
49
49
@@ -84,11 +84,11 @@ Ensure your system is set up with the following before building Isaac Sim:
84
84
```
85
85
86
86
> **(Linux) ⚠️**
87
-
> Please use GCC/GXX 12 or GCC/GXX 11, higher versions are not supported yet. To install GCC/GXX 12, run the following commands:
87
+
> Please use GCC/G++ 11, higher versions are not supported yet. To install GCC/G++ 11, run the following commands:
Run the following command to initiate the configuration wizard:
118
119
119
120
**Linux:**
121
+
122
+
Confirm that GCC/G++ 11 is being used before building using the following commands:
123
+
124
+
```bash
125
+
gcc --version
126
+
g++ --version
127
+
```
128
+
120
129
```bash
121
130
./build.sh
122
131
```
123
132
124
133
**Windows:**
134
+
135
+
> **⚠️ Windows Path Length Limitation**
136
+
> Windows has a path length limitation of 260 characters. If you encounter errors related missing files or other build errors, try moving the repository to a shorter path.
0 commit comments