Index: trunk/MagicSoft/Simulation/Detector/Camera/camera_install
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/camera_install	(revision 5104)
+++ trunk/MagicSoft/Simulation/Detector/Camera/camera_install	(revision 5105)
@@ -2,6 +2,4 @@
 #
 #
-
-# 
 #   linking the libranlib.a 
 #   +++++++++++++++++++++++
@@ -51,19 +49,22 @@
 echo "" 
 #
-#    instruction for compilation
+#    compilation
 #    +++++++++++++++++++++++++++
 #
 
+cd ../../../Mars
+make libmars.so
+cd ../Simulation/Detector/Camera
+make
+cd ../StarResponse
+make
+cd ../Camera
 
-echo " to compile the camera use the following commands" 
 echo "" 
-echo " > cd MagicProgs/Simulation/Detector/Camera"
+echo " Now change the input card and run camera with  " 
 echo "" 
-echo " > make "
-echo "" 
-echo " change the ->input<- card and run camera with  " 
-echo "" 
-echo " > camera < input "
+echo " > camera < input.card "
 echo ""
 echo ""
+#
 
