/[ascend]/trunk/INSTALL
ViewVC logotype

Diff of /trunk/INSTALL

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

revision 474 by ben.allan, Mon Apr 17 04:55:28 2006 UTC revision 476 by johnpye, Mon Apr 17 07:06:45 2006 UTC
# Line 8  https://pse.cheme.cmu.edu/wiki/view/Asce Line 8  https://pse.cheme.cmu.edu/wiki/view/Asce
8    
9  There are older versions of this document, which include instructions  There are older versions of this document, which include instructions
10  on how to build ASCEND with GNU Autotools. This may or may not work  on how to build ASCEND with GNU Autotools. This may or may not work
11  with the version are currently looking at.  with the version you are currently looking at.
12  https://pse.cheme.cmu.edu/svn-view/ascend/code/trunk/INSTALL?view=log  https://pse.cheme.cmu.edu/svn-view/ascend/code/trunk/INSTALL?view=log
13    
14  -----  -----
# Line 59  SCons configuration. You can then type Line 59  SCons configuration. You can then type
59  ------  ------
60  INSTALLING ON WINDOWS  INSTALLING ON WINDOWS
61    
62  More details to come here. For the PyGTK GUI, you can install  To build a Windows installer (a 'setup.exe') for the PyGTK GUI,
63  ASCEND by running the 'create.nsi' script (using the NSIS  you will need to have the NSIS installer-creator installed on
64  installer-creator from http://nsis.sf.net/ which is free)  your system (which is free, at http://nsis.sf.net/). Then you
65  then running the created installation package.  should simply need to type
66    
67        scons WITH_INSTALLER=1
68    
69    This will leave an installer package named 'ascend-setup.exe'
70    in the pygtk/interface directory.
71    
72  ------  ------
73  CREATING AN RPM/DEB PACKAGE  CREATING AN RPM/DEB PACKAGE
74    
75  Many users prefer to keep their systems clear of unpackaged  Many users prefer to keep their systems clear of unpackaged
76  software. For this reason, we aim to provide the ability to build  software. For this reason, we aim to provide the ability to build
77  SCons as an RPM package. If you are in your home directory, type  ASCEND as an RPM package. There is a "SPEC" file includes in the
78    source tree. If you have a source package, such as for example
79    ascend-NNNNN.tar.bz2, place it in your home directory, then
80    type the following
81    
82      rpmbuild -ta ascend-NNNNN.tar.bz2      rpmbuild -ta ascend-NNNNN.tar.bz2
83    
# Line 85  Debian/Unbuntu users should find that th Line 93  Debian/Unbuntu users should find that th
93  .deb package using the tool 'alien'. We haven't got native  .deb package using the tool 'alien'. We haven't got native
94  support for the generation of .deb packages at this stage.  support for the generation of .deb packages at this stage.
95    
96    NOTE: occasionally the 'ascend.spec' file may need to be updated
97    if changes have been made to the 'ascend.spec.in' file. Check
98    the implementation details in the SConstruct file.
99    
100  ------  ------
101  GETTING SUPPORT AND FURTHER INFORMATION  GETTING SUPPORT AND FURTHER INFORMATION
102    

Legend:
Removed from v.474  
changed lines
  Added in v.476

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