Changes between Version 8 and Version 9 of Win32Build


Ignore:
Timestamp:
Mar 16, 2012 10:37:46 AM (12 years ago)
Author:
robert-whitley
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Win32Build

    v8 v9  
    6868 -- A lot of the packages are optional because they will be downloaded automatically while installing SansView. However, if the latest version isn't compatible with the version of Python you have downloaded then it will throw an error and leave you confused why it didn't install. To be on the safe side download and install all packages before attempting SansView. 
    6969 
    70 == Getting the source code == 
    71 - 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== Get the source code == 
     71- One of the ways of getting the source code is using subversion. You can get subversion [http://subversion.tigris.org/ here] if you haven't already got it. If you want to do it a harder way then you can download the source code [https://sourceforge.net/projects/sansviewproject/files/ here] 
    7272 
    7373- Using subversion copy this onto the command line. It will allow you to checkout the code and put it into the directory 'c:/sansviewproject' 
     
    7979 
    8080- Note: You may need to add proxy settings for Subversion to work. Instructions on how to do this are [https://docs.opends.org/wiki/page/ConfiguringSubversionToUseAProxyServer?version=2 here]. It can be achieved using Tortoise SVN a lot simpler by going to TortoiseSVN->Settings->Network. 
     81 
     82==