#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}`).
#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
#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.