If you haven't done so already, be sure to visit the Wiki Portal to read about how the wiki works. Especially the Ogre Wiki Overview page.
The OGRE Manual is built using texi2html from .texi and .inc files in Docs/src.
Unfortunately, texi2html has been through some rough times, and had many interface-breaking changes, changed ownership, and is pretty badly documented. The latest versions will not work with the OGRE manual source because of these breaking changes. So far, I have not been able to make the manual work well with any version of texi2html except version 1.70.
If you are using Mac OS X 10.7 "Lion" then you will already have this version installed.
Fortunately, installing this version is fairly easy. Just grab the source code to 1.70 from here: http://download.savannah.gnu.org/releases/texi2html/
, and make sure you have texinfo already installed using your chosen package system. Then as normal:
./configure && make && sudo make install
After you log out and log back in, you should get this:
steve@superawesome:~$ texi2html -version 1.70
You can now go into ogre/Docsand run:
./src/makedocs.sh
Note that this will build the Doxygen API reference too.
Contributors to this page: masterfalcon
,
Sinbad
and
jacmoe
.
Page last modified on Thursday 19 of January, 2012 01:27:13 GMT by masterfalcon
.
The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.

