========== Installing ========== This page is for installing the pre-compiled binary versions of the Overviewer. If you have built the Overviewer from source yourself, head back to :doc:`Building `. 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 ` the Overviewer. Debian / Ubuntu =============== We provide an APT repository with pre-built Overviewer packages for Debian and Ubuntu users. 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!