Re: [eigen] documentation

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]



2> Related to that, when I do "cmake doc" in the top
directory, I get following error

For cmake you need to create a separate (build) directory, go into that directory, then type

$ cmake {PATH_TO_EIGEN}

afterward, from that build directory you call

$ make doc

This should automatically generate html documentation (the same as available via our homepage). For latex/pdf documentation look into eigen/doc/Doxyfile.in for GENERATE_LATEX and set it to YES (and run `make doc` again). This should also solve your 3rd issue.
Thank you, I managed to obtain some .pdf
But there are many errors to correct.

For example the following two lines are problematic:
\input{namespaces}
\input{hierarchy}
because the corresponding .tex file does not exist.

  Mathieu


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/