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 +