Changeset 5105
- Timestamp:
- 09/17/04 18:02:27 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera_install
r5085 r5105 2 2 # 3 3 # 4 5 #6 4 # linking the libranlib.a 7 5 # +++++++++++++++++++++++ … … 51 49 echo "" 52 50 # 53 # instruction forcompilation51 # compilation 54 52 # +++++++++++++++++++++++++++ 55 53 # 56 54 55 cd ../../../Mars 56 make libmars.so 57 cd ../Simulation/Detector/Camera 58 make 59 cd ../StarResponse 60 make 61 cd ../Camera 57 62 58 echo " to compile the camera use the following commands"59 63 echo "" 60 echo " > cd MagicProgs/Simulation/Detector/Camera"64 echo " Now change the input card and run camera with " 61 65 echo "" 62 echo " > make " 63 echo "" 64 echo " change the ->input<- card and run camera with " 65 echo "" 66 echo " > camera < input " 66 echo " > camera < input.card " 67 67 echo "" 68 68 echo "" 69 # 69 70
Note:
See TracChangeset
for help on using the changeset viewer.