========== 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 `. If you have already built The Overviewer, proceed to :doc:`running`. Windows ======= Running Windows and don't want to compile the Overviewer? You've come to the right place! 1. Head to the `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 `_ and `VC++ 2010 `_ redistributables. For 64 bit, you'll want these instead: `VC++ 2008 `_ and `VC++ 2010 `_ 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!