Hi Farkas, Our current windows build process for Elisa is not very simple.
Elisa in itself is pure python code so no need to build anything, apart from the installer, for which we use NSIS (http://nsis.sourceforge.net/). If you branch the development code (`bzr branch lp:elisa`), you will find the NSIS script in elisa-core/mswin32/setup.nsi. Apart from that we have quite a lot of dependencies to build (including gstreamer and pigment), for which we currently use Visual Studio with home-made projects, based on OABuild (http://people.collabora.co.uk/~oleavr/OABuild/). Because of this we also compile python 2.5 with visual studio and ship it with the installer. On top of this we use a buildbot to automate the process. I hope this answers your questions. Cheers, Olivier Farkas Levente wrote: > hi, > can you tell me the elisa build process for windows? > can you tell me how gstreamer build for windows? > is there any scipts or even a howto for this? > thanks in advance. > yours.
