Changes between Version 2 and Version 3 of Internal/Mapping/Calibration/MonitorOmlCode


Ignore:
Timestamp:
Sep 6, 2007, 9:36:30 PM (17 years ago)
Author:
zhibinwu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Mapping/Calibration/MonitorOmlCode

    v2 v3  
    33= Monitor program used in card calibration process =
    44
    5 
    65== For Developers ==
    76 * Check out source using [http://www.subversion.org subversion] at http://svn.orbit-lab.org/svn/orbit/oml_libmac_sample/trunk. [[BR]]
    8  * [wiki:Documentation/OTG/DebugNote Debugging Notes]
    9  * [wiki:Documentation/OTG/NewFeatureList  New Feature List]
     7 * To build the program, both [wiki:Documentation/Libmac Libmac] and [wiki:Documentation/OML OML] libraries are needed. It is recommended to build this on an ORBIT node with baseline image, because the baseline image will always have the latest stable version of those libraries. However, if the OML-server cannot be accessed directly from the grid node, you shall obtain those OML wrappers in one of the console by running "make all". Then copy the source tree into the grid node and change the Makefile to suppress the process to fetch OML wrappers (because it is already there).