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.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |