File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Instructions
22
22
------------
23
23
24
24
Required Versions:
25
- - Python Version: 3.6
25
+ - Python Version: 3.8
26
26
- PyYAML Version: 5.1
27
27
28
28
1. Keep full-build mode on when building, otherwise headers will not be
Original file line number Diff line number Diff line change @@ -291,10 +291,11 @@ uses the package and provides other details.
291
291
=========================================================== ============ ==========================================
292
292
Package Version Notes
293
293
=========================================================== ============ ==========================================
294
- `CMake <http://cmake.org/ >`__ >=3.20.0 Makefile/workspace generator
294
+ `CMake <http://cmake.org/ >`_ >=3.20.0 Makefile/workspace generator
295
295
`python <http://www.python.org/ >`_ >=3.8 Automated test suite\ :sup: `1`
296
296
`zlib <http://zlib.net >`_ >=1.2.3.4 Compression library\ :sup: `2`
297
297
`GNU Make <http://savannah.gnu.org/projects/make >`_ 3.79, 3.79.1 Makefile/build processor\ :sup: `3`
298
+ `PyYAML <https://pypi.org/project/PyYAML/ >`_ >=5.1 Header generator\ :sup: `4`
298
299
=========================================================== ============ ==========================================
299
300
300
301
.. note ::
@@ -305,6 +306,7 @@ Package Version Notes
305
306
#. Optional, adds compression / uncompression capabilities to selected LLVM
306
307
tools.
307
308
#. Optional, you can use any other build tool supported by CMake.
309
+ #. Only needed when building libc with New Headergen. Mainly used by libc.
308
310
309
311
Additionally, your compilation host is expected to have the usual plethora of
310
312
Unix utilities. Specifically:
You can’t perform that action at this time.
0 commit comments