Update README

This commit is contained in:
Elizabeth Myers 2016-03-23 12:31:51 -05:00
parent 3d1df26cdd
commit d57e2b624f

View file

@ -50,9 +50,8 @@ You will need to run `autogen.sh` to build the autotools files prior to building
problems with ipv4 due to the way the socket code is written. To problems with ipv4 due to the way the socket code is written. To
fix this you must: "sysctl net.inet6.ip6.v6only=0" fix this you must: "sysctl net.inet6.ip6.v6only=0"
* SOLARIS USERS: this code appears to tickle a bug in older gcc and * SOLARIS USERS: you may have to set your PATH to include /usr/gnu/bin before /usr/bin. Solaris versions
egcs ONLY on 64-bit Solaris7. gcc-2.95 and SunPro C on 64bit should older than 10 are not supported.
work fine, and any gcc or SunPro compiled on 32bit.
* SUPPORTED PLATFORMS: this code should compile without any warnings on: * SUPPORTED PLATFORMS: this code should compile without any warnings on:
@ -63,9 +62,8 @@ You will need to run `autogen.sh` to build the autotools files prior to building
* OpenSuSE 11/12 * OpenSuSE 11/12
* OpenSolaris 2008.x? * OpenSolaris 2008.x?
* Solaris 10 sparc. * Solaris 10 sparc.
* Solaris 11 x86
Please let us know if you find otherwise. It may work on other platforms, but this is not guaranteed. Please let us know if you find otherwise. It may work on other platforms, but this is not guaranteed.
* Please read NEWS for information about what is in this release. * Please read NEWS for information about what is in this release.
* Other files recommended for reading: BUGS, INSTALL