=== modified file 'doc/src/installation.docbook' --- doc/src/installation.docbook 2009-01-11 13:59:36 +0000 +++ doc/src/installation.docbook 2011-03-09 13:20:14 +0000 @@ -39,28 +39,45 @@ Here you can find the necessary steps to have Koo up and running on Windows. - - Building binary package - - You'll need matplotlib - (), - numpy (required by matplotlib) - (). - - + + If you want to just use the standard koo build, just run the installer, + and everything you need will be installed - You can ignore the rest of + these instructions. If you want to build a custom version, however, + there are some extra steps you need to take. + Install dependencies - As any other application, Koo has dependencies on third party software. This software packages are also open source and are freely downloadable from the Internet, and they should be installed before Koo itself. - - - First you should start by downloading the Python installer package that can be downloaded from . The installer is a wizard which you probably only need to click on next in every page. - - - The other package you need is PyQt4 available at , remember you need to download the binary installer for windows (the .exe file). - - - + As any other application, Koo has dependencies on third party software. This software packages are also open source (except for MS Visual C++ redistributable) and are freely downloadable from the Internet, and they should be installed before building Koo itself. + + + Python () + PyGTK all in one installer (for icons) () + PyQt (for gui) () + Pyro (for connection) () + Matplotlib (for graphing) () + MS Visual C++ 2008 redistributable () + + If you want to create an installer, you'll also need: + + Py2exe (to create executable) () + NSIS (to create installer) () + + Once these are all installed, you're good to go. Run Koo\koo.py from the main koo folder to run it. If you want to create an installer, read on. + + + Prepare to build + Once the dependencies have all been installed, there are a few steps that need to be taken before a build will succeed. + + Copy msvcp90.dll (from MS Visual C++ 2008 redistributable) to the Python DLL folder (e.g. C:\Python27\DLLs) + Copy vcredist_x86.exe (the MS Visual C++ 2008 redistributable installer) to the "NSIS" folder inside the koo folder + Edit the python location in build.bat to match where it is installed on your system. + + + + Building + Run the build.bat script in the koo folder, with your version name as the argument (e.g. build.bat my-custom-version). + The koo build is now in the "dist" folder koo, and the installer is at "NSIS\koo-my-custom-version.exe"