From b494183d2625b793f9929c5ebc6ae3342c62b3c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Cazals?= Date: Thu, 6 Apr 2006 12:29:11 +0000 Subject: [PATCH] --- Jet_fitting_3/demo/Jet_fitting_3/README_visu | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Jet_fitting_3/demo/Jet_fitting_3/README_visu b/Jet_fitting_3/demo/Jet_fitting_3/README_visu index 4eef2940041..c5abcce58fc 100644 --- a/Jet_fitting_3/demo/Jet_fitting_3/README_visu +++ b/Jet_fitting_3/demo/Jet_fitting_3/README_visu @@ -1,13 +1,14 @@ +-pre-requisite 0: check out introspect, jet_fitting_3 --pre-requisite: introspect requires glut. under fedore, install +-pre-requisite 1: introspect requires glut. under fedora, install freeglut-devel. (wizards's corner: as root, use synaptic .. instead of -a manual installation with rpm -i etc) +running a manual installation with rpm -i etc) --in the introspec dir, a target lib allows to create a small -archive. then, libIntrospect.a can be used from anywhere +-in the introspec dir, a target lib allows to create a small archive, +libIntrospect.a, which can then be used from anywhere --to use the library for any package: +-to use the library for/from any package: *set INTROSPEC_DIR variable in the makefile, and use it for the includes and the final link with -lIntrospect @@ -18,3 +19,5 @@ geometry *the main is in visu-test.cpp, which loads the geometry, and launches the window +-> example: see visu-test.cpp in Jet_fitting_3 +