Differences between revisions 1 and 2
Revision 1 as of 2009-07-03 23:41:54
Size: 741
Editor: bsutton
Comment:
Revision 2 as of 2022-04-05 00:40:17
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== How to build from source ==

To build this release one will need to have installed: -

 * Python 2.6, OR alternatively [[http://www.7-zip.org|7-Zip]] (7z.exe should be in your PATH or under "c:\Program Files\7-Zip")
 * Visual Studio 2008
 * G95 (http://ftp.g95.org/v0.9/g95-MinGW.exe)

Follow these instructions: -

 * Download latest source Zip file from [[http://windows.sagemath.org|Main Site]]
 * Unzip archive to new folder.
 * Open a cmd.exe console.
 * cd to unzipped folder.
        
Then if Python 2.6 already installed: -

 * sage-control.py --build
        
Or if 7-zip installed but no Python: -

 * bootstrap.bat
        
Then finally, to run Sage Math: -

 * sage-python.bat sage-control.py --run