We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afd0ec commit e732140Copy full SHA for e732140
docs/developers/build.md
@@ -54,12 +54,10 @@ chosen:
54
### OpenIndiana
55
56
On OpenIndiana, the `build-essential` package includes the GCC compilers
57
-and other tools required to build illumos. In addition, for now, we
58
-should install the older Python 3.5 package for a complete build.
+and other tools required to build illumos.
59
60
```
61
-sudo pkg install build-essential \
62
- runtime/python-35
+sudo pkg install build-essential
63
64
65
The GCC versions to use can be found in `/usr/gcc/10` and `/usr/gcc/14`.
0 commit comments