25 Commits

Author SHA1 Message Date
David Williams
f4c4bf984c Updated install instructions regarding different Python versions. 2016-02-07 10:29:04 +00:00
David Williams
b5e8b63810 Minor documentation tweaks. 2016-01-31 09:18:20 +00:00
David Williams
5103563365 Updating documentation. 2016-01-30 23:23:42 +00:00
Matt Williams
cb1cd58288 Remove all mention of LIBRARY_TYPE as PolyVox is now header-only 2015-02-28 09:56:12 +00:00
David Williams
86357d66b7 Normalized line endings 2014-09-25 22:38:01 +02:00
Matt Williams
ac7962b534 Update documentation for LIBRARY_TYPE 2012-07-19 17:36:01 +01:00
Matt Williams
b9087ec6bf Fix a few BUILD_→ENABLE_ changes that I missed 2012-07-17 20:26:00 +01:00
Matt Williams
6fd7079e7c Update minimum CMake version and documentation. 2012-07-15 20:37:13 +01:00
Matt Williams
11685a1874 Rename BUILD_TESTING to ENABLE_TESTS and WITH_BINDINGS to ENABLE_BINDINGS
This is for future consistency where ENABLE_ variables will denote optional
components of PolyVox and WITH_ variables denote optionally using features
provided by external libraries (e.g. OGRE compatibility).
2012-06-26 17:08:44 +01:00
Matt Williams
bef1ae02ff Add WITH_BINDINGS to the install documentation 2012-06-21 22:48:54 +01:00
Matt Williams
ac0fb2b310 Make dynamic or static libraries optional
The user can choose static or dynamic libraries using
BUILD_STATIC_LIBRARIES and BUILD_DYNAMIC_LIBRARIES. By default
Windows will only build static libraries and Linux will build both.
2011-04-21 21:40:51 +02:00
Matt Williams
e5946f4bc4 Add PyParsing to the build requirements. 2010-12-15 15:29:55 +00:00
Matt Williams
a7944a7895 Minor tweaks to the INSTALL.txt 2010-07-14 13:52:59 +00:00
Matt Williams
8a3417461d Add information about building the manual to the INSTALL.txt 2010-07-14 12:44:08 +00:00
Matt Williams
699043036b ...and update the docs to match. 2010-07-02 18:42:07 +00:00
Matt Williams
e470fc6b2e Fix up the docs to reflect the latest changes. 2010-07-02 11:00:49 +00:00
Matt Williams
16ed15ee5f qcollectiongenerator (comes with Qt Assistant) is now also required for building the documentation. This allows us to open the Doxygen-generated docs in Qt Assistant and have them fully searchable. This should all work on Windows too as long as Doxygen is installed.
See the changes to INSTALL.txt for details of the change.
2010-07-01 12:57:37 +00:00
Matt Williams
c9a084e160 Very minor fixes to the INSTALL.txt file. 2010-06-29 15:32:35 +00:00
Matt Williams
d0ebd53407 Tweak INSTALL.txt 2010-05-28 11:02:21 +00:00
Matt Williams
948508982c Update INSTALL.txt to detail requirements and remove references to
optional C++0x mode.
2010-05-27 15:29:24 +00:00
David Williams
fc77720ee6 Changed INSTALL.txt to use Windows line endings. 2010-03-07 23:07:42 +00:00
Matt Williams
1087e81b49 Add documentation on build type and running the tests. 2010-03-03 15:52:48 +00:00
Matt Williams
b4194657ca Make C++0x mode the default.
The option still remains to disable it.
2010-03-02 21:51:40 +00:00
Matt Williams
ae9f3459cc Minor update to the INSTALL.txt test 2010-03-02 17:56:52 +00:00
Matt Williams
fe0991b731 Add an installation readme for PolyVox. It is essentially plain-text but it can also be converted to HTML since it uses the reStructuredText markup. 2010-03-02 17:44:58 +00:00