From 22f0ad6ecbc02a6b05845816815e27a74e4303ff Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 30 Mar 2021 19:57:18 +0300 Subject: [PATCH 27/27] INSTALL: Drop outdated OSX notes Reported by Dean See osdn #41887 Signed-off-by: Marko Lindqvist --- INSTALL | 40 ++++++---------------------------------- 1 file changed, 6 insertions(+), 34 deletions(-) diff --git a/INSTALL b/INSTALL index d309e387c3..c75a3c77f2 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,7 @@ Installing Freeciv: This file describes how to compile and install Freeciv. Last time we made sure this file is up to date was 16-Jul-06. -Last minor update was 09-Apr-20. +Last minor update was 30-Mar-21. There may be a localized version of this file in the ./doc directory, named INSTALL. (e.g., INSTALL.de). @@ -28,9 +28,8 @@ This document contains sections and subsections as follows: 6. Readline Support: 7. Reinier's Solaris Installation Notes: 8. Reinier's libXpm Solaris Installation Notes: - 9. Mac OS X and Darwin notes: - 10. Debian GNU/Linux notes: - 11. Windows notes: + 9. Debian GNU/Linux notes: + 10. Windows notes: 0. Prerequisites: @@ -780,35 +779,8 @@ The Procedure: commands. -9. Mac OS X and Darwin notes: -============================= - -Apple's version of GCC uses precompiled headers that does not support -vararg macros (a GCC extension). This causes GCC to fail when -compiling Freeciv since the compiler is otherwise (mostly) -indistinguishable from vanilla GCC. So instead of the usual - - % ./configure <...> - -you should use either - - Bourne shell: - $ CC="gcc -no-cpp-precomp" ./configure <...> - -or - - C shell: - % env CC="gcc -no-cpp-precomp" ./configure <...> - -depending on whether your shell is a Bourne or C shell variant. (If -in doubt, just try both to see which one will work.) - -Replace <...> with whatever additional arguments you want to give to -configure. - - -10. Debian GNU/Linux notes: -=========================== +9. Debian GNU/Linux notes: +========================== To compile freeciv on a debian system you need the following packages: @@ -834,7 +806,7 @@ AM_PATH_GDK_IMLIB macro. It is a bug in debian that this macro isn't in gdk-imlib-dev, and it will hopefully be fixed in future debian releases. -11. Windows notes: +10. Windows notes: ================== Windows version of Freeciv can be built either with MinGW (msys1 or msys2) -- 2.30.2