Difference between revisions of "Download"

From FreeOrionWiki
Jump to: navigation, search
(link to kroddn's linux binary)
(Ubuntu)
(48 intermediate revisions by 5 users not shown)
Line 1: Line 1:
FreeOrion is avaiable as precompiled point releases for Windows XP and Linux, 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 Point Releases==
+
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.
+
= Linux =
  
==Linux==
+
== Snap Packages ==
  
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
+
There are FreeOrion snap packages available on snapcraft.io: https://snapcraft.io/freeorion
Debian Edge and OpenSuSE 10.2, and may work on other distributions as well.
+
  
==Mac OS X==
+
== Debian ==
  
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.
+
You can find the latest official packages of FreeOrion in Debian unstable.
  
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.
+
https://packages.debian.org/unstable/freeorion
  
Move the frameworks into /Library/Frameworks or ~/Library/Frameworks. Libvorbis is also required; see the discussion page for information on how to install.
+
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) ===
 +
 
 +
There is an inofficial PPA provided by a contributer, information and instructions on how to add it can be found in [https://freeorion.org/forum/viewtopic.php?f=2&t=10942 this forum thread].
 +
 
 +
Another inofficial PPA has been provided by the Debian maintainer of FreeOrion, with backports of stable releases for LTS versions like Ubuntu 14.04 and bleeding edge snapshots for the most recent version of Ubuntu. However, this PPA has not received any updates since 2017 and must be considered outdated.
 +
 
 +
In case you still want to use it, 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 17:45, 27 January 2019

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.

Linux

Snap Packages

There are FreeOrion snap packages available on snapcraft.io: https://snapcraft.io/freeorion

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)

There is an inofficial PPA provided by a contributer, information and instructions on how to add it can be found in this forum thread.

Another inofficial PPA has been provided by the Debian maintainer of FreeOrion, with backports of stable releases for LTS versions like Ubuntu 14.04 and bleeding edge snapshots for the most recent version of Ubuntu. However, this PPA has not received any updates since 2017 and must be considered outdated.

In case you still want to use it, 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