Difference between revisions of "Download"

From FreeOrionWiki
Jump to: navigation, search
m
(20 intermediate revisions by 2 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 and Vista==
+
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 32-bit Windows XP or Windows Vista can be downloaded from [http://sourceforge.net/project/showfiles.php?group_id=75752 SourceForge].  Note that on Windows XP, '''The Windows XP Service Pack 2 and the .NET Framework 2.0 (or later) are required to run FreeOrion'''.
+
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.  More recent .NET Framework versions should also work.
+
== Windows / OSX ==
  
Point releases are built for 32-bit Windows, and may have problems running on 64-bit versions. Please post on the FreeOrion forums if you have experience running on 64-bit OS's.
+
[https://sourceforge.net/projects/freeorion/files/FreeOrion/ Download FreeOrion] prebuilt installers from Sourceforge.
64-bit Vista might have problems, however.
+
  
The Windows XP Freeorion v0.3.1-RC5 point release has been reported to run on Windows 2000.  There's a good chance the latest WinXP release will as well.
+
== Debian ==
  
==Linux==
+
You can find the latest official packages of FreeOrion in Debian unstable.
  
Statically linked binaries are available in [http://www.freeorion.org/forum/viewtopic.php?f=9&t=1792 this forum thread], and may be avaialble from SourceForge for the latest [https://sourceforge.net/project/showfiles.php?group_id=75752&package_id=111134 FreeOrion point release].  Generally the versions in the forum thread are more up-to-date, but numbered releases on SourceForge more closely match the content of the Windows releases.
+
https://packages.debian.org/unstable/freeorion
  
These binaries have been tested on Ubuntu 7.10 Gutsy, Debian Etch and OpenSuSE 10.2, and may work on other distributions as well. Several people have reported issues with Ubuntu 8.04.  Make sure you have OpenGL 1.5 or later, or you will likely get segmentation faults.
+
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.
  
RPM packages are available for FreeOrion v0.3.11 (SVN revision 2732) for Mandriva Linux.  See [http://www.freeorion.org/forum/viewtopic.php?p=35181#p35181 this forum post] for a link.
+
=== Installation ===
  
==Mac OS X==
+
''apt install freeorion''
  
A post RC6 (as of Nov 20. 2007) partially statically/dynamically linked universal binary of FreeOrion is available for download. It is bundled together with an installer for all the necessary shared libraries.
+
== Ubuntu ==
  
'''You can download the disk image  [http://n.ethz.ch/student/schwadri/download/freeorion-rc6+.dmg here].'''
+
Installation of packages is similar to Debian. Packages from Debian unstable automatically migrate to Ubuntu.
  
''System versions prior to 10.4 (Tiger) are not supported at the moment.''
+
=== Installation ===
  
It has been tested with Mac Os X Tiger 10.4.11 only so it can be that you will encounter problems running it with a different version.
+
''apt install freeorion''
Should FreeOrion refuse to start up, have a look at [http://www.freeorion.org/forum/viewtopic.php?f=9&p=28715#p28715 this forum post]. If it runs on your system without an problems and you have a version different from 10.4.11 or if it doesn't work at all then it would be nice if you could drop a note into this [http://www.freeorion.org/forum/viewtopic.php?f=9&t=872 forum thread] stating the exact version of Os X you're running and whether it is on Intel or PowerPC architecture.
+
 
 +
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