59 lines
2.2 KiB
ReStructuredText
59 lines
2.2 KiB
ReStructuredText
==========
|
|
Installing
|
|
==========
|
|
|
|
This page is for installing the pre-compiled binary versions of the Overviewer.
|
|
If you want to build the Overviewer from source yourself, head to :doc:`Building
|
|
<building>`. If you have already built The Overviewer, proceed to
|
|
:doc:`running`.
|
|
|
|
The latest prebuilt packages for various systems will always be found
|
|
at the `Overviewer Downloads <http://overviewer.org/downloads>`_ page.
|
|
|
|
|
|
Windows
|
|
=======
|
|
Running Windows and don't want to compile the Overviewer? You've come to the
|
|
right place!
|
|
|
|
1. Head to the `Downloads <http://overviewer.org/downloads>`_ page and download the most recent Windows download for your architecture (32 or 64 bit).
|
|
|
|
2. For 32 bit you may need to install the `VC++ 2008 <http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf>`_ and `VC++ 2010 <http://www.microsoft.com/downloads/en/details.aspx?familyid=a7b7a05e-6de6-4d3a-a423-37bf0912db84>`_ redistributables.
|
|
|
|
For 64 bit, you'll want these instead: `VC++ 2008 <http://www.microsoft.com/downloads/en/details.aspx?familyid=bd2a6171-e2d6-4230-b809-9a8d7548c1b6>`_ and `VC++ 2010 <http://www.microsoft.com/download/en/details.aspx?id=14632>`_
|
|
|
|
3. That's it! Proceed with instructions on :doc:`running`.
|
|
|
|
Debian / Ubuntu
|
|
===============
|
|
We provide an APT repository with pre-built Overviewer packages for
|
|
Debian and Ubuntu users. These packages should work on any system with
|
|
a ``python2.6`` package. To do this, add the following line to your
|
|
``/etc/apt/sources.list``
|
|
|
|
::
|
|
|
|
deb http://overviewer.org/debian ./
|
|
|
|
Then run ``apt-get update`` and ``apt-get install minecraft-overviewer`` and
|
|
you're all set! See you at the :doc:`running` page!
|
|
|
|
CentOS / RHEL / Fedora
|
|
======================
|
|
We also provide a RPM repository with pre-built packages for users on RPM-based
|
|
distros. Note that on CentOS 5, the `EPEL <http://fedoraproject.org/wiki/EPEL>`_
|
|
repository is required to get Python 2.6 . To add the Overviewer repository to
|
|
YUM, just run
|
|
|
|
::
|
|
|
|
wget -O /etc/yum.repos.d/overviewer.repo http://overviewer.org/rpms/overviewer.repo
|
|
|
|
Then to install Overviewer run
|
|
|
|
::
|
|
|
|
yum install Minecraft-Overviewer
|
|
|
|
After that head to the :doc:`running` page!
|