Changes between Version 6 and Version 7 of Win32Build


Ignore:
Timestamp:
Mar 16, 2012 8:15:20 AM (12 years ago)
Author:
robert-whitley
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Win32Build

    v6 v7  
    6464 -- PIL(optional) [http://www.pythonware.com/products/pil/] 
    6565 
    66  -- Check the [http://danse.us/trac/sans/browser/releases/sansview-2.0.0/releases_notes.txt release notes] to see if any more are needed.  
     66 -- Check the [http://danse.us/trac/sans/browser/releases/sansview-2.0.0/releases_notes.txt release notes] to see if any more are needed. 
     67 
     68== Getting the source code == 
     69- The easiest way of getting the source code is using subversion. You can get subversion [http://subversion.tigris.org/ here] if you haven't already got it. 
     70 
     71- Using subversion copy this onto the command line. It will allow you to checkout the code and put it into the directory 'c:/sansviewproject' 
     72{{{ 
     73c:\>svn co https://sansviewproject.svn.sourceforge.net/svnroot/sansviewproject sansviewproject 
     74}}}