Commit Graph

22 Commits

Author SHA1 Message Date
cb1cd58288 Remove all mention of LIBRARY_TYPE as PolyVox is now header-only 2015-02-28 09:56:12 +00:00
86357d66b7 Normalized line endings 2014-09-25 22:38:01 +02:00
ac7962b534 Update documentation for LIBRARY_TYPE 2012-07-19 17:36:01 +01:00
b9087ec6bf Fix a few BUILD_→ENABLE_ changes that I missed 2012-07-17 20:26:00 +01:00
6fd7079e7c Update minimum CMake version and documentation. 2012-07-15 20:37:13 +01:00
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
bef1ae02ff Add WITH_BINDINGS to the install documentation 2012-06-21 22:48:54 +01:00
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
e5946f4bc4 Add PyParsing to the build requirements. 2010-12-15 15:29:55 +00:00
a7944a7895 Minor tweaks to the INSTALL.txt 2010-07-14 13:52:59 +00:00
8a3417461d Add information about building the manual to the INSTALL.txt 2010-07-14 12:44:08 +00:00
699043036b ...and update the docs to match. 2010-07-02 18:42:07 +00:00
e470fc6b2e Fix up the docs to reflect the latest changes. 2010-07-02 11:00:49 +00:00
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
c9a084e160 Very minor fixes to the INSTALL.txt file. 2010-06-29 15:32:35 +00:00
d0ebd53407 Tweak INSTALL.txt 2010-05-28 11:02:21 +00:00
948508982c Update INSTALL.txt to detail requirements and remove references to
optional C++0x mode.
2010-05-27 15:29:24 +00:00
fc77720ee6 Changed INSTALL.txt to use Windows line endings. 2010-03-07 23:07:42 +00:00
1087e81b49 Add documentation on build type and running the tests. 2010-03-03 15:52:48 +00:00
b4194657ca Make C++0x mode the default.
The option still remains to disable it.
2010-03-02 21:51:40 +00:00
ae9f3459cc Minor update to the INSTALL.txt test 2010-03-02 17:56:52 +00:00
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