Ignore:
Timestamp:
09/17/04 18:02:27 (20 years ago)
Author:
moralejo
Message:
Changed the installation script to make it easier to use
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/camera_install

    r5085 r5105  
    22#
    33#
    4 
    5 #
    64#   linking the libranlib.a
    75#   +++++++++++++++++++++++
     
    5149echo ""
    5250#
    53 #    instruction for compilation
     51#    compilation
    5452#    +++++++++++++++++++++++++++
    5553#
    5654
     55cd ../../../Mars
     56make libmars.so
     57cd ../Simulation/Detector/Camera
     58make
     59cd ../StarResponse
     60make
     61cd ../Camera
    5762
    58 echo " to compile the camera use the following commands"
    5963echo ""
    60 echo " > cd MagicProgs/Simulation/Detector/Camera"
     64echo " Now change the input card and run camera with  "
    6165echo ""
    62 echo " > make "
    63 echo ""
    64 echo " change the ->input<- card and run camera with  "
    65 echo ""
    66 echo " > camera < input "
     66echo " > camera < input.card "
    6767echo ""
    6868echo ""
     69#
    6970
Note: See TracChangeset for help on using the changeset viewer.