ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/README
(Generate patch)

Comparing README (file contents):
Revision 1.2 by arta, Tue Oct 16 22:48:15 2007 UTC vs.
Revision 1.3 by jps, Mon Jun 9 23:43:41 2008 UTC

# Line 36 | Line 36 | To change your default compiler to gcc,
36   make_basic.mk from
37  
38   COMPILER = icc
39
39   to
41
40   COMPILER = gcc
41  
42   Before changing this make variable, you should run 'make clean'.
# Line 48 | Line 46 | probably not link and/or run properly.
46   To enable debug, modify the following line in make_basic.mk from
47  
48   DEBUG =
51
49   to
53
50   DEBUG = 1
51  
52 + When you have finished making any customizations to make_basic.mk, type:
53 +
54 + ./configure
55 + make
56 +
57 + If the computer you are building DRMS on has multiple CPUs, you
58 + might want to save time by typing something like:
59 +
60 + make -j 4
61 +
62   Since there is only one Makefile for the whole JSOC tree, you must
63   always compile in this top level directory. However, you will be able
64   to make specific target, e.g., make drms_server.
65  
66 < To learn more about the new make system, please refer to
67 < http://jsoc/trac/wiki/JsocMakefileBackground and
68 < http://jsoc/trac/wiki/JsocMakefileAdd
66 > To learn more about the new make system, please refer to
67 > http://jsoc.stanford.edu/jsocwiki/JsocMakefileBackground      and
68 > http://jsoc.stanford.edu/jsocwiki/JsocMakefileAdd

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines