Any particular reason you're compiling on windows?
Here are the steps to do a general build:
1.) Checkout the source from cvs
2.) Install python
3.) Install the python dependencies listed in the README.txt
4.) Install Ant (http://ant.apache.org)
5.) Install NSIS (http://nsis.sourceforge.net)
6.) Edit the "nsis" and "python.home" properties in build.properties
7.) Run the build target in build.xml with Ant.
That will do a full build. If you can tell me more what you're looking to do, I can help you further.
Regards,
Kevin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do I compile from source for Windows?
Hi Will,
Any particular reason you're compiling on windows?
Here are the steps to do a general build:
1.) Checkout the source from cvs
2.) Install python
3.) Install the python dependencies listed in the README.txt
4.) Install Ant (http://ant.apache.org)
5.) Install NSIS (http://nsis.sourceforge.net)
6.) Edit the "nsis" and "python.home" properties in build.properties
7.) Run the build target in build.xml with Ant.
That will do a full build. If you can tell me more what you're looking to do, I can help you further.
Regards,
Kevin
Sorry, I forgot:
6.) Install py2exe