[PATCH 4/4] Mention Trimesh in the documentation.

* INSTALL, README: Here. --- ChangeLog | 6 ++++++ INSTALL | 9 +++++++++ README | 6 ++++++ 3 files changed, 21 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ebe907..a2cfefa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-07-13 Roland Levillain <roland@lrde.epita.fr> + Mention Trimesh in the documentation. + + * INSTALL, README: Here. + +2009-07-13 Roland Levillain <roland@lrde.epita.fr> + * INSTALL: Update. 2009-07-13 Roland Levillain <roland@lrde.epita.fr> diff --git a/INSTALL b/INSTALL index 3b62c89..39196d9 100644 --- a/INSTALL +++ b/INSTALL @@ -140,6 +140,10 @@ running: % ../configure --help +Olena ships with Trimesh, a third-party library that we have been +using to manipulate 3D meshes. Eventually, we will drop Trimesh from +the distribution. + See README for more information on additional components. @@ -196,6 +200,11 @@ And optionally: * Swilena's Python bindings in `/usr/local/lib/python2.x/site-packages/', + * Trimesh programs in `/usr/local/bin/', + + * Trimesh libraries in `/usr/local/lib/', + + * Trimesh headers in `/usr/local/share/trimesh/', You can later remove Olena from your system by running diff --git a/README b/README index af885f2..52fd5b0 100644 --- a/README +++ b/README @@ -124,6 +124,12 @@ installation of these applications use:: ./configure --enable-apps +Olena ships with Trimesh, a third-party library that we have been +using to manipulate 3D meshes. Eventually, we will drop Trimesh from +the distribution. To enable it, use:: + + ./configure --enable-trimesh + To read/write TIFF images with Olena, libtiff is required. If ``configure`` is unable to find libtiff on your system, you can help -- 1.6.3.1
participants (1)
-
Roland Levillain