Changes between Version 12 and Version 13 of Win32Build


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

formatting changes

Legend:

Unmodified
Added
Removed
Modified
  • Win32Build

    v12 v13  
    7878- An easier way to use subversion is by downloading [https://sourceforge.net/projects/tortoisesvn/files/ Tortoise SVN]. This is a GUI for subversion. 
    7979 
    80 - 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. 
     80- 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''. 
    8181 
    8282== Build SansView == 
     
    127127- Make sure that you are in PyDev mode. You can see this in the top right corner of Eclipse. 
    128128 
    129 - Setup a new project. File->New->PyDev Project. Name it something sensible like SansView Project. Leave all options as default but make sure the option "Create 'src' folder and add it to the PYTHONPATH" is selected. 
     129- Setup a new project. ''File ‣ New ‣ PyDev Project''. Name it something sensible like SansView Project. Leave all options as default but make sure the option "Create 'src' folder and add it to the PYTHONPATH" is selected. 
    130130 
    131 - Then, you have to go to File->Import, and choose the File System option: 
     131- Then, you have to go to ''File ‣ Import'', and choose the File System option: 
    132132 
    133133[[Image(http://1.bp.blogspot.com/_SDci0Pf3tzU/SVokhZBDNfI/AAAAAAAAEbg/_2sVRjA-PCM/s400/Import+Eclipse.jpg)]] 
     
    135135- Select the directory where your files are located and the input Folder, and click finish. 
    136136 
    137 - Finally add the directory where the external packages are stored to the PyDev settings. Window->Preferences->PyDev->Interpreter-Python->Libraries->New Folder. 
     137- Finally add the directory where the external packages are stored to the PyDev settings. ''Window ‣ Preferences ‣ PyDev ‣Interpreter-Python ‣ Libraries ‣ New Folder''. 
    138138 
    139139- Open sansview.py and hit the run button.