/[ascend]/trunk/INSTALL.txt
ViewVC logotype

Diff of /trunk/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 764 by johnpye, Wed Jun 21 13:49:40 2006 UTC revision 765 by johnpye, Thu Jul 13 06:15:20 2006 UTC
# Line 30  Using SCons 0.96.92 or newer, see your b Line 30  Using SCons 0.96.92 or newer, see your b
30    scons -Qh    scons -Qh
31    
32  You can add your build options to a file in this directory  You can add your build options to a file in this directory
33  which you can create, called 'config.py'.  which you can create, called 'config.py'. Otherwise you can
34    specify your build options via the commandline. By default they will
35    be recorded in the file 'options.cache', so watch out for that if scons
36    seems to not be doing what you expected.
37    
38  Then to build ASCEND, type  Then to build ASCEND, type
39    
# Line 89  See also the TCL_LIB and TK_LIB flags (s Line 92  See also the TCL_LIB and TK_LIB flags (s
92  INSTALLING ON LINUX  INSTALLING ON LINUX
93    
94  To then install ASCEND, you will need to have write access to the  To then install ASCEND, you will need to have write access to the
95  directories INSTALL_DATA, INSTALL_BIN as specified in your  directories INSTALL_* as specified in your SCons configuration.
96  SCons configuration. You can then type  You can then type:
97    
98    scons install    scons install
99            
# Line 119  in the pygtk/interface directory, with N Line 122  in the pygtk/interface directory, with N
122  at the top of the SConstruct file.  at the top of the SConstruct file.
123    
124  ------  ------
125    A NOTE ABOUT PREFERENCES
126    
127    ASCEND PyGTK GUI stores your preferences in the file ~/.ascend.ini.
128    The Tcl/Tk GUI creates a file under ~/ascdata.
129    You may wish to check these files if ASCEND seems to be doing
130    something you didn't expect.
131    
132    ------
133  CREATING AN RPM/DEB PACKAGE  CREATING AN RPM/DEB PACKAGE
134    
135  Many users prefer to keep their systems clear of unpackaged  Many users prefer to keep their systems clear of unpackaged

Legend:
Removed from v.764  
changed lines
  Added in v.765

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22