aboutsummaryrefslogtreecommitdiffhomepage
path: root/Mainpage.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-26 23:07:33 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-26 23:07:33 +0000
commit63d3ef8204d5687ce6ec3559d1c5451a425d21a2 (patch)
tree65d5d4e1008ae0322f4e7ac579872907ec12104e /Mainpage.dox
parent00a8d314c592e63aff39e305b6c5f6a6df20ca70 (diff)
* remove debug code commited by mistake in Assign
* keep going on the doc: added a short geometry tutorial
Diffstat (limited to 'Mainpage.dox')
-rw-r--r--Mainpage.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mainpage.dox b/Mainpage.dox
index e4789af1d..eee01f8c4 100644
--- a/Mainpage.dox
+++ b/Mainpage.dox
@@ -7,8 +7,8 @@ In order to generate the documentation of Eigen, please follow these steps:
<li>make sure you have the required software installed: cmake, doxygen, and a C++ compiler.
<li>create a new directory, which we will call the "build directory", outside of the Eigen source directory.</li>
<li>enter the build directory</li>
- <li>configure the project: <pre>cmake -DBUILD_DOC=ON /path/to/source/directory</pre></li>
- <li>now generate the documentaion: <pre>make</pre> or, if you have two CPUs, <pre>make -j2</pre> Note that this will compile the examples, run them, and integrate their output into the documentation, which can take some time.</li>
+ <li>configure the project: <pre>cmake /path/to/source/directory</pre></li>
+ <li>now generate the documentaion: <pre>make doc</pre> or, if you have two CPUs, <pre>make doc -j2</pre> Note that this will compile the examples, run them, and integrate their output into the documentation, which can take some time.</li>
</ul>
After doing that, you will find the HTML documentation in the doc/html/ subdirectory of the build directory.