#190: Handle Trimesh's dependencies on third-party packages.
--------------------------------+-------------------------------------------
Reporter: levill_r | Owner: levill_r
Type: task | Status: new
Priority: minor | Milestone: Olena 1.0
Component: Olena | Version: 1.0
Keywords: Autoconf configure |
--------------------------------+-------------------------------------------
* OpenGL/Mesa (for Trimesh)
* We should check for the presence of `GL/gl.h`, `GL/glu.h` and
`libXmu.{a,so}` to enable OpenGL conditionally.
* Note: on Debian, Mesa users have to install these packages:
* `mesa-common-dev` (for `GL/gl.h`)
* `libglu1-mesa-dev` (for `GL/glu.h`)
* `libxmu-dev` (for `libXmu.{a,so}`).
--
Ticket URL: <https://trac.lrde.org/olena/ticket/190>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
Show replies by date
#190: Handle Trimesh's dependencies on third-party packages.
-----------------------+----------------------------------------------------
Reporter: levill_r | Owner: levill_r
Type: task | Status: new
Priority: minor | Milestone: Olena 1.1
Component: Olena | Version: 1.0
Resolution: | Keywords: Autoconf configure
-----------------------+----------------------------------------------------
Changes (by levill_r):
* milestone: Olena 1.0 => Olena 1.1
--
Ticket URL: <https://trac.lrde.org/olena/ticket/190#comment:1>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#190: Handle Trimesh's dependencies on third-party packages
-----------------------+--------------------------------
Reporter: levill_r | Owner: levill_r
Type: task | Status: closed
Priority: minor | Milestone: Olena 2.1
Component: Olena | Version: 2.0
Resolution: fixed | Keywords: Autoconf configure
-----------------------+--------------------------------
Changes (by levill_r):
* status: new => closed
* version: 1.0 => 2.0
* resolution: => fixed
Comment:
Trimesh is no longer embedded in Olena; closing.
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/190#comment:2>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.