diff --git a/docs/building.rst b/docs/building.rst index 21f4371..f62cb8b 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -2,11 +2,15 @@ Building the Overviewer from Source =================================== -These instructions are for building the C extension for Overviewer. Also note -that pre-built Windows and Debian executables are available in the `Downloads -`_ section. These -kits already contain the compiled extension and require no further setup (so you -can skip to the :doc:`Running ` section of the docs). +These instructions are for building the C extension for Overviewer. Once you +have finished with these instructions, head to :doc:`running`. + +.. note:: + + Pre-built Windows and Debian executables are available on the + :doc:`installing` page. These kits already contain the compiled code and + require no further setup, so you can skip to the next section of the docs: + :doc:`running`. Get The Source ============== diff --git a/docs/index.rst b/docs/index.rst index 57b1663..c990364 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -54,8 +54,10 @@ Windows, Mac, and Linux as long as you have these software packages installed: * Either a Minecraft Client installed or a terrain.png for the textures. -There are additional requirements for compiling it. More details are available -in either the :doc:`Building ` or :doc:`Installing ` pages. +The first three are included in the Windows binary download. Also, there are +additional requirements for compiling it (like a compiler). More details are +available in either the :doc:`Building ` or :doc:`Installing +` pages. Getting Started =============== @@ -92,8 +94,8 @@ Documentation Contents .. toctree:: :maxdepth: 2 - building installing + building running options faq diff --git a/docs/installing.rst b/docs/installing.rst index a9b5b4b..aeb41cd 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -3,8 +3,9 @@ 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 `. +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 @@ -18,8 +19,7 @@ right place! 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. +3. That's it! Proceed with instructions on :doc:`running`. Debian / Ubuntu ===============