Downloading the Source Code
1) Be sure you have a working Bazaar in your system.
2) Download ffehr and cruxade source code
bzr checkout http://ffehr.freefeathers.org/Repo/0.x/core ffehr0.x-core bzr checkout http://cruxade.freefeathers.org/Repo/0.x/extension cruxade-0.x-client
3) Create a copy of the downloaded branch (for modification)
bzr branch ./ffehr0.x-core ./ffehr0.x-core-mods
The idea is to have all your contributions in mods while retaining an original copy in ffehr0.x-core
4) Place a link inside ffehr0.x-core-mods/extensions to cruxade0.x-client folder
cd ffehr0.x-core-mods/extensions
ln -s ../../cruxade0.x-client cruxade@freefeathers.org # linux
5) Download XulRunner, and extract the contents inside ffehr0.x-core-mods
The directory structure should be:
Linux
ffehr0.x-core-mods/
xulrunner/
ffehr
application.ini
(other files and folders)
Windows
ffehr0.x-core-mods/
xulrunner/
ffehr.exe
application.ini
(other files and folders)
If there are problems in the above instructions please let me know.








