(file) Return to ReadMe CVS log (file) (dir) Up to [Development] / JSOC / proj / cookbook

Diff for /JSOC/proj/cookbook/ReadMe between version 1.10 and 1.11

version 1.10, 2009/10/07 23:29:49 version 1.11, 2011/11/04 00:57:19
Line 126  cfitsio and postgres that are essential
Line 126  cfitsio and postgres that are essential
 search locations, /usr/lib or /usr/local/lib. If they are elsewehere, then search locations, /usr/lib or /usr/local/lib. If they are elsewehere, then
 you will need to add the base path to the LIBD definition line in the Makefile. you will need to add the base path to the LIBD definition line in the Makefile.
  
   In order to build a debug version of any of the modules in the project (with
   symbols and without optimization), you can set the environment variable JPLAT
   to debug. The debug "platform" variables are identical to those in the
   linux_x86_64 file, except for the C compiler options. Since it is very likely
   in debugging that you may need symbols in the DRMS library as well, you should
   build a debug platform version of that library by running (in the DRMS root
   directory):
   
           setenv JSOC_DEBUG 1
           make MACH=debug
   
 ******************************************************************************** ********************************************************************************
  
 Recipe 1: How to write and build a minimal DRMS module Recipe 1: How to write and build a minimal DRMS module


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

Karen Tian
Powered by
ViewCVS 0.9.4