All you need is :
- The latest Elisa installed
bzr (get it from http://www.bazaar-vcs.org)
the attached set_env_installed.bat
We're working on making this easier, but for now, there are some manual steps involved so that you can change your installed elisa into something that works for development. All these instructions assume Elisa is installed in C:\Program Files\Elisa
Copy the gstreamer and elisa-plugins-codecs .egg plugins from C: \Program Files\Elisa\elisa-plugins into your %USERPROFILE%\.elisa-0.5 \plugins (%USERPROFILE% is typically C:\Documents and Settings\<user name> on XP and C:\Users\<user name> on Vista)
- Double-click on the attached script (you would need to modify it if elisa is installed in another directory than C:\Program Files\Elisa). That will give you a command shell with everything set up to play with elisa
- Get elisa: bzr branch lp:elisa
- cd elisa
- Now you can launch your uninstalled elisa by typing: python elisa-core\bin\elisa
- Play with the code in your Elisa branch, add things, make modifications, and share your code with the community!
Outside of these steps, you probably want to remove all the other plugins in your .elisa-0.5\plugins directory.
