0
Commit Graph

29 Commits

Author SHA1 Message Date
Aaron Griffith
7d9feb3cfc docs/building: don't need PIL_INCLUDE_DIR if you copy over files 2019-11-14 23:54:59 -05:00
Aaron Griffith
87e0e3b7c0 docs/building: easy_install not easy-install 2019-11-14 23:43:45 -05:00
Nicolas F
cf5dad5539 docs/building: clarify Linux build instructions
python3-imaging doesn't exist but python3-pil does, which
python3-pillow is aliased to. It also includes the necessary headers.

Add a note about pip missing the headers and warn of ABI mismatches if
people do weird things.
2019-07-29 16:27:15 +02:00
Nicolas F
58f73d8f81 docs/building.rst: clean up macOS instructions
I've had to fight rst a lot to get this right, somehow the code
block after the last bullet point breaks if you explicitly number
the enumerated list instead of using auto-enumeration. Like legit,
change `#.` to `12.` and it'll break. No clue why.
2019-03-27 15:15:07 +01:00
Nicolas F
3c4d8e34e6 docs: move last mentions of Python 2 to Python 3
I've adjusted the macOS instructions slightly to be more general,
e.g. do not advise symlinking a specific Python executable of a
specific version, just tell people they should make sure it's in
their environment.

And yes, on Windows, python.exe is whatever version you have installed,
so if you install Python 3, python.exe is going to be Python 3.

I've removed the FreeBSD instructions because they only talk about
working around ports potentially using Python 2.6, which is no longer
relevant. If somebody here uses FreeBSD and has anything to add to the
instructions not already covered by the Linux instructions, let me know.
2019-03-27 15:14:01 +01:00
Nicolas F
4c3e0bfb6e docs: update mingw build instructions (untested) 2019-03-22 17:19:47 +01:00
Nicolas F
316b8099e9 docs: update Linux build instructions for Python 3 2019-03-22 17:18:12 +01:00
Tom Tamaira
579b0aacf8 Replaced OSX with macOS 2019-03-12 16:25:05 +13:00
Tom Tamaira
a2a2e6c71f Updated macOS Build Instructions (#1530)
* Updated macOS Build Instructions

Updated macOS instructions with file downloads, more detailed information, updated phrases etc.
2019-03-12 00:00:40 +01:00
BobFrankly
2c2d1034ed Modernize Windows build instructions
Updates to the Windows build instructions, terminology pulled from the current "Visual Studio Community 2017" version, which is the free version of VS at this time. I wrote these as a first timer building Overviewer. I also moved all of the pre-requisites to a bulleted list under a single header.
2017-08-23 19:26:28 -07:00
Nicolas F
39d588ae45 docs: various small updates to build instructions
* python26 to python27
* PIL to Pillow
* Requirement on having python2, numpy and pillow for the MSVC build
* Mention -dev package for Pillow/PIL
2017-06-19 22:55:55 +02:00
Nicolas F
d11c9b5aa2 docs: remove remaining references to CentOS 5 2017-03-24 14:30:22 +01:00
Nicolas F
b393489ea9 docs: remove CentOS 5 build instructions
It's EOL in a few days and the instructions only add confusion.
Anyone still using CentOS 5 has bigger issues than not having
documentation on how to build Minecraft-Overviewer.
2017-03-17 17:09:35 +01:00
Andrew Chin
faa8d8f75c Replace python with python2
A continuation of c7d86eca76
2016-12-24 14:43:52 -05:00
Andrew Chin
5fecdf7477 Some minor changes based on github comment feedback 2016-12-24 14:37:47 -05:00
Andrew Chin
67b6c4fd65 Updating linux build docs
Include some small text that clarifies how to run overviewer after a `build` step
2016-11-22 11:24:22 -05:00
Nicolas F
9ae3ac2916 Add mingw-w64 build documentation 2015-08-16 00:17:19 +02:00
Nicolas F.
70b96e9c2e Add note about distutils bug. 2013-08-12 01:12:50 +02:00
Andrew Chin
7ce2e6d280 Typo 2012-11-26 22:10:36 -05:00
Andrew Chin
fbf5a25c53 OSX Build clarifications 2012-11-26 22:06:02 -05:00
Aaron Griffith
a3221c6643 removed note about install, caused more grief than good 2012-10-23 17:41:29 -03:00
CounterPillow
37fcf5a478 Added note about building on CentOS 6 2012-09-03 17:05:55 +02:00
Aaron Griffith
302e1d592a Merge branch 'master' into rewrite 2012-02-06 21:41:11 -05:00
Andrew Brown
55b6ba32ee simplified centos build instructions. Thanks Gizmokid2005 2011-12-04 11:30:22 -05:00
Andrew Brown
b31160e3ad more minor clarifications 2011-10-26 22:00:25 -04:00
Andrew Brown
f07cf1e0d8 imporoved doc page cross-referencing 2011-10-26 21:19:53 -04:00
Aaron Griffith
2836c66548 converted explicit documentation links into implicit :doc: references 2011-10-02 11:53:32 -04:00
Andrew Chin
96250cd84a Updated building docs 2011-10-01 17:44:22 -04:00
Andrew Brown
2cc06588a1 moved everything into a docs dir 2011-10-01 16:06:07 -04:00