make OgreDoc command doesn't create any html Ubuntu Topic is solved

Problems building or running the engine, queries about how to use features etc.
Brown
Gnoblar
Posts: 5
Joined: Sat Dec 21, 2024 11:37 am

make OgreDoc command doesn't create any html Ubuntu

Post by Brown »

Ogre Version:14.3.2 :?:
Operating System:Ubuntu 22 :?:
Render System:Doxygen :?:
I've installed ogre on ubuntu and it works both via source code and via snap. For some reason snap result is better for ogre browser. But my question is that when I use the command make OgreDoc it does some work but in the end it produces an empty api/html folder. Please do let me know the make OgreDoc command will help me reproduce the doc which is available online https://ogrecave.github.io/ogre/api/lat ... rials.html. Thanks!

Code: Select all

make OgreDoc

Warning Common Errors DoxyGen
Problems running bibtex. Verify that the command 'perl --version' works from the command line. Exit code: 2
Works on the command line 'perl --version'.
OgreTerrain.h:47: warning: \cite command to 'de2000fast' does not have an associated number
ogre-shadows.md:7: warning: \cite command to 'WIL78' does not have an associated number

paroj
OGRE Team Member
OGRE Team Member
Posts: 2136
Joined: Sun Mar 30, 2014 2:51 pm
x 1145

Re: make OgreDoc command doesn't create any html Ubuntu

Post by paroj »

apt install texlive-binaries texlive-base graphviz doxygen

Brown
Gnoblar
Posts: 5
Joined: Sat Dec 21, 2024 11:37 am

Re: make OgreDoc command doesn't create any html Ubuntu

Post by Brown »

Thanks, it works! I've no idea how to mark it as solved.