Changes between Version 12 and Version 13 of Win32Build
- Timestamp:
- Mar 16, 2012 12:25:50 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Win32Build
v12 v13 78 78 - An easier way to use subversion is by downloading [https://sourceforge.net/projects/tortoisesvn/files/ Tortoise SVN]. This is a GUI for subversion. 79 79 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''. 81 81 82 82 == Build SansView == … … 127 127 - Make sure that you are in PyDev mode. You can see this in the top right corner of Eclipse. 128 128 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. 130 130 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: 132 132 133 133 [[Image(http://1.bp.blogspot.com/_SDci0Pf3tzU/SVokhZBDNfI/AAAAAAAAEbg/_2sVRjA-PCM/s400/Import+Eclipse.jpg)]] … … 135 135 - Select the directory where your files are located and the input Folder, and click finish. 136 136 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''. 138 138 139 139 - Open sansview.py and hit the run button.