Freeciv
(→‎Introduction: Added Homebrew installation method.)
Tag: Visual edit
(slim down introduction & remove references to obsolete versions)
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
   
<div style="width: 100%; text-align: center; font-size: 1em; color: white; background-color: black;">'''Warning: None of the current Freeciv maintainers use Mac OS X. Best current advice for Mac OS X users is to investigate [http://www.macports.org/ports.php?by=name&substr=freeciv MacPorts]''' or [http://brew.sh/ '''Homebrew'''] (perhaps the instructions [[#Install from MacPorts|below]] will help).'''</div>
+
<div style="width: 100%; text-align: center; font-size: 1em; color: white; background-color: black;">'''Warning: None of the current Freeciv maintainers use Mac OS X. The best current advice for Mac OS X users is to investigate the package managers below.</div>
   
 
This page describes how to get Freeciv running on Mac OS X using the easier pre-built methods. For building from source, see [[Build-MacOSX]]
 
This page describes how to get Freeciv running on Mac OS X using the easier pre-built methods. For building from source, see [[Build-MacOSX]]
 
* Originally written for freeciv 2.0.4 running on Mac OS X 10.3 ''Panther''.
 
* Freeciv also works well under 10.4 ''Tiger'' (Freeciv 2.1.12)
 
* Earlier versions (e.g. 10.2 ''Jaguar'') are not supported.
 
** Binaries compiled for ''Panther'' will execute well on a ''Tiger'' system, while the opposite isn't true due to kernel level differences between the two versions.
 
   
 
==Install From Pre-built Binary==
 
==Install From Pre-built Binary==

Revision as of 14:23, 30 September 2014

Introduction

Warning: None of the current Freeciv maintainers use Mac OS X. The best current advice for Mac OS X users is to investigate the package managers below.

This page describes how to get Freeciv running on Mac OS X using the easier pre-built methods. For building from source, see Build-MacOSX

Install From Pre-built Binary

This is the easiest way to get up and running. However, pre-built packages have not been provided since 2.3.0.

Install from MacPorts

Prepare Mac OS X

  • Install X11 and X11 SDK components. Both are available on your Mac OS X CD. However, X11 itself is also available as a download (Panther compatable download here) from Apple. (For 10.8, Mountain Lion, you will need to obtain XQuartz, see http://support.apple.com/kb/HT5293.)
  • Install Xcode 1.2, 1.5 (For Panther), 2.0 (For Tiger) or 3.0 (For Leopard)

Install MacPorts

Mac Ports can be downloaded from http://www.macports.org/install.php . Here you'll find the versions for the different MAC OS X. 

Having installed MacPorts, you'll be able to execute the 'port' command in Terminal. This will the download the different packages and install FeeCiv on your HD.

% sudo port install freeciv-x11

or! if that command is filled with large quanities of suck and fail... tr
y:

% sudo port install freeciv

Install from Homebrew

Note: The commands below need to be copied and pasted into a terminal!

Head here to install Homebrew:

http://brew.sh/

This is the current command to install Homebrew (check the site to make sure it hasn't changed):

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Then to install Freeciv tap the Homebrew-games keg:

brew tap homebrew/games

This repo hosts a variety of games, to install Freeciv:

brew install freeciv

Install from Source

This subject is complex enough that it has moved to its own page Build-MacOSX.