Skip to content

Commit e732140

Browse files
build: no longer need Python 3.5 to build illumos-gate (#97)
1 parent 5afd0ec commit e732140

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/developers/build.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@ chosen:
5454
### OpenIndiana
5555

5656
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.
57+
and other tools required to build illumos.
5958

6059
```
61-
sudo pkg install build-essential \
62-
runtime/python-35
60+
sudo pkg install build-essential
6361
```
6462

6563
The GCC versions to use can be found in `/usr/gcc/10` and `/usr/gcc/14`.

0 commit comments

Comments
 (0)