This commit is contained in:
Frédéric Cazals 2006-04-06 12:29:11 +00:00
parent c6f0bb6607
commit b494183d26
1 changed files with 8 additions and 5 deletions

View File

@ -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 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 -in the introspec dir, a target lib allows to create a small archive,
archive. then, libIntrospect.a can be used from anywhere 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 *set INTROSPEC_DIR variable in the makefile, and use it for the
includes and the final link with -lIntrospect 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 main is in visu-test.cpp, which loads the geometry, and launches
the window the window
-> example: see visu-test.cpp in Jet_fitting_3