1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

Report the command line needed to compile under macOS 10.13

This commit is contained in:
John Zaitseff 2018-08-25 15:34:44 +10:00
parent b521ba96e4
commit 6f5778cfc7

17
INSTALL
View File

@ -222,10 +222,11 @@ ed with this version of Star Traders:
+-------------------------+--------+---------------------------------+---+
| FreeBSD 11.2 | x86_64 | Clang (LLVM) 6.0.0 | 1 |
| NetBSD 8.0 | x86_64 | GNU C Compiler 5.5.0 | 2 |
| macOS 10.13 | x86_64 | Apple Clang (LLVM) 9.1.0 | 3 |
| Solaris 11.3 (x86_64) | i386 | GNU C Compiler 4.8.2 | |
| Solaris 11.3 (x86_64) | x86_64 | GNU C Compiler 4.8.2 | 3 |
| Solaris 11.3 (x86_64) | i386 | Oracle Developer Studio 12.6 | 4 |
| Solaris 11.3 (x86_64) | x86_64 | Oracle Developer Studio 12.6 | 5 |
| Solaris 11.3 (x86_64) | x86_64 | GNU C Compiler 4.8.2 | 4 |
| Solaris 11.3 (x86_64) | i386 | Oracle Developer Studio 12.6 | 5 |
| Solaris 11.3 (x86_64) | x86_64 | Oracle Developer Studio 12.6 | 6 |
| Cygwin 2.10.0 (Win7SP1) | i686 | GNU C Compiler 7.3.0 | |
+-------------------------+--------+---------------------------------+---+
@ -246,9 +247,13 @@ Notes:
CURSES_CFLAGS=-I/usr/pkg/include \
LDFLAGS=-L/usr/pkg/lib
3. Using "./configure CC='gcc -m64'" for 64-bit user-space.
4. Using "./configure CC='/opt/developerstudio12.6/bin/cc'".
5. Using "./configure CC='/opt/developerstudio12.6/bin/cc -m64'".
3. macOS with the gettext package installed with Homebrew, using:
./configure --with-libintl-prefix=/usr/local/opt/gettext
4. Using "./configure CC='gcc -m64'" for 64-bit user-space.
5. Using "./configure CC='/opt/developerstudio12.6/bin/cc'".
6. Using "./configure CC='/opt/developerstudio12.6/bin/cc -m64'".
The following systems are known not to work at the current time; this list
is almost certainly not exhaustive: