1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Docs: Update MINIX 3 information in INSTALL.

This commit is contained in:
Lasse Collin 2012-04-19 13:58:55 +03:00
parent f0a8f95c21
commit 203edff4c7

View file

@ -87,11 +87,13 @@ XZ Utils Installation
The default install of MINIX 3 includes Amsterdam Compiler Kit (ACK), The default install of MINIX 3 includes Amsterdam Compiler Kit (ACK),
which doesn't support C99. Install GCC to compile XZ Utils. which doesn't support C99. Install GCC to compile XZ Utils.
MINIX 3.1.8 (and possibly some other versions too) has bugs in MINIX 3.1.8 and older have bugs in /usr/include/stdint.h, which has
/usr/include/stdint.h, which has to be patched before XZ Utils to be patched before XZ Utils can be compiled correctly. See
can be compiled correctly. See
<http://gforge.cs.vu.nl/gf/project/minix/tracker/?action=TrackerItemEdit&tracker_item_id=537>. <http://gforge.cs.vu.nl/gf/project/minix/tracker/?action=TrackerItemEdit&tracker_item_id=537>.
MINIX 3.2.0 and later use a different libc and aren't affected by
the above bug.
XZ Utils doesn't have code to detect the amount of physical RAM and XZ Utils doesn't have code to detect the amount of physical RAM and
number of CPU cores on MINIX 3. number of CPU cores on MINIX 3.