Difference between revisions of "Download"

From FreeOrionWiki
Jump to: navigation, search
m (typo)
m
(43 intermediate revisions by 4 users not shown)
Line 1: Line 1:
FreeOrion is available as precompiled point releases for Windows XP, statically-linked Linux binaries, and as a disk image for MacOSX.  The source code may also be downloaded and [[compile|compiled]] for Linux, WinXP or MacOSX.
+
FreeOrion numbered releases are available for download for various Windows versions, OSX 10.9+, and various Linux distributions.
  
==Windows XP==
+
Both numbered releases (eg. 0.4.4) and more frequently-updated test builds are available. Numbered releases are probably more reliable and less likely to have major bugs, but may be significantly out of date compared to the latest developments in the test builds.  The instructions below, other than for the prebuilt installers at Sourceforge, are regarding numbered releases.  For current test builds either use the Sourceforge builds or build FreeOrion yourself following our [[Compile]] instructions.
  
Point releases for Windows XP including most necessary art, data, sound and libraries, can be downloaded from [http://sourceforge.net/project/showfiles.php?group_id=75752 SourceForge].  Note that '''WinXP Service Pack 2 and the .NET Framework 2.0 are required'''.
+
Please note that '''FreeOrion requires OpenGL 2.1''' or later.  With OpenGL less than 2.1, there may be poor performance or crashes.
  
The .NET Framework 2.0 can be installed by by running Windows Update, selecting "Custom", then "Optional, Software", then ".NET Framework 2.0".  Alternatively, it may be downloaded from [http://microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5 Microsoft] directly.
+
== Windows / OSX ==
  
==Windows 2000==
+
[https://sourceforge.net/projects/freeorion/files/FreeOrion/ Download FreeOrion] prebuilt installers from Sourceforge.
  
The Windows XP Freeorion v0.3.1-RC5 point release has been reported to run on Windows 2000.
+
== Debian ==
  
==Linux==
+
You can find the latest official packages of FreeOrion in Debian unstable.
  
A statically linked binary of a recent version (as of mid-August 2007) is available.  See [http://freeorion.org/forum/viewtopic.php?f=9&p=28071#p28071 this forum post] for a link.  This or similar binaries have been tested on
+
https://packages.debian.org/unstable/freeorion
Debian Edge and OpenSuSE 10.2, and may work on other distributions as well.
+
  
==Mac OS X==
+
When the development of Debian is frozen and the distribution prepares for the next stable release, you might also find packages in the experimental branch. Please use them with caution.
  
As of Sept. 1, 2006, a disk image of a recent version (between RC4 and RC5) is available for MacOSX.  See [http://freeorion.org/forum/viewtopic.php?p=24425#24425 this forum post] for a link.
+
=== Installation ===
  
Geschützter Bereich offers [http://n.ethz.ch/student/schwadri/fov0.2.zip v0.2 binaries & gamedata] (tested on Panther 10.3) and required [http://n.ethz.ch/student/schwadri/frameworks.zip SDL frameworks]. '''fov0.2''' will only run against older SDL frameworks (probably v1.0). SDL_mixer 1.2 kills it with a "1145798173" header mismatch error.
+
''apt install freeorion''
  
Move the frameworks into /Library/Frameworks or ~/Library/Frameworks. Libvorbis is also required; see the discussion page for information on how to install.
+
== Ubuntu ==
 +
 
 +
Installation of packages is similar to Debian. Packages from Debian unstable automatically migrate to Ubuntu.
 +
 
 +
=== Installation ===
 +
 
 +
''apt install freeorion''
 +
 
 +
or
 +
 
 +
''apt-get install freeorion'' (apt prior version 1.0)
 +
 
 +
=== Personal Package Archives (PPA) ===
 +
 
 +
The Debian maintainer of FreeOrion provides an inofficial PPA with backports of stable releases for LTS versions like Ubuntu 14.04 and bleeding edge snapshots for the most recent version of Ubuntu.
 +
 
 +
Just follow the instructions on the following page and add this PPA to your system.
 +
 
 +
https://launchpad.net/~apoleon/+archive/ubuntu/ppa-freeorion
 +
 
 +
== Arch Linux ==
 +
 
 +
You can install FreeOrion from the Arch User Repository (AUR).
 +
 
 +
https://aur.archlinux.org/packages/freeorion/
 +
 
 +
== Building from source the Debian way ==
 +
 
 +
''apt install build-essential''
 +
 
 +
''apt-get source freeorion''
 +
 
 +
''apt-get build-dep freeorion''
 +
 
 +
''cd freeorion-*''
 +
 
 +
''debuild -us -uc''
 +
 
 +
You can tweak the variables in debian/rules and modify e.g. REV to change the revision of FreeOrion. Then run
 +
 
 +
''debian/rules get-orig-source''
 +
 
 +
to download a Debian compliant source tarball. You will have to install subversion.
 +
 
 +
http://debian-handbook.info/browse/stable/debian-packaging.html

Revision as of 23:15, 10 May 2018

FreeOrion numbered releases are available for download for various Windows versions, OSX 10.9+, and various Linux distributions.

Both numbered releases (eg. 0.4.4) and more frequently-updated test builds are available. Numbered releases are probably more reliable and less likely to have major bugs, but may be significantly out of date compared to the latest developments in the test builds. The instructions below, other than for the prebuilt installers at Sourceforge, are regarding numbered releases. For current test builds either use the Sourceforge builds or build FreeOrion yourself following our Compile instructions.

Please note that FreeOrion requires OpenGL 2.1 or later. With OpenGL less than 2.1, there may be poor performance or crashes.

Windows / OSX

Download FreeOrion prebuilt installers from Sourceforge.

Debian

You can find the latest official packages of FreeOrion in Debian unstable.

https://packages.debian.org/unstable/freeorion

When the development of Debian is frozen and the distribution prepares for the next stable release, you might also find packages in the experimental branch. Please use them with caution.

Installation

apt install freeorion

Ubuntu

Installation of packages is similar to Debian. Packages from Debian unstable automatically migrate to Ubuntu.

Installation

apt install freeorion

or

apt-get install freeorion (apt prior version 1.0)

Personal Package Archives (PPA)

The Debian maintainer of FreeOrion provides an inofficial PPA with backports of stable releases for LTS versions like Ubuntu 14.04 and bleeding edge snapshots for the most recent version of Ubuntu.

Just follow the instructions on the following page and add this PPA to your system.

https://launchpad.net/~apoleon/+archive/ubuntu/ppa-freeorion

Arch Linux

You can install FreeOrion from the Arch User Repository (AUR).

https://aur.archlinux.org/packages/freeorion/

Building from source the Debian way

apt install build-essential

apt-get source freeorion

apt-get build-dep freeorion

cd freeorion-*

debuild -us -uc

You can tweak the variables in debian/rules and modify e.g. REV to change the revision of FreeOrion. Then run

debian/rules get-orig-source

to download a Debian compliant source tarball. You will have to install subversion.

http://debian-handbook.info/browse/stable/debian-packaging.html