|
BuildingFromSubversion
How to build and run Hotwire from Subversion
DependenciesHotwire requires Python >= 2.4, PyGTK at a minimum. Linux/UnixOn Unix systems you will want your operating system's packages of the Python bindings for gconf, gnomevfs, vte, dbus, gtksourceview, though Hotwire should work (with reduced functionality) without them. Fedora 7/8yum install gnome-python2-gnomevfs python-dbus gnome-python2-desktop gnome-python2-gconf vte pygtksourceview Debian/Ubuntuapt-get install python-vte python-dbus python-gnome2 python-pygtksourceview Windows and MacOS XSee HotwireWindows and HotwireMacOSX respectively. Source Code Using Subversionsvn checkout http://hotwire-shell.googlecode.com/svn/trunk/ hotwire See Source page for more information on checking out the code, and SVNBook for information about working with a Subversion source tree. Source Code Using GitThe Hotwire author has found git-svn to be extremely useful for doing Hotwire development using Git, but maintaining the canonical source in SVN. Running Hotwire from sourceRun this command from the source tree after having checked out from Subversion or unpacking the Zip file: python ui/hotwire That's it! There is no compilation process, everything should work uninstalled. Using Hotwire to hack HotwireUse the ''-n'' option to tell Hotwire to create a new instance: python ui/hotwire -n Creating a GNOME panel launcherIf you want to run Hotwire from your Subversion checkout, the best thing to do is to create a GNOME Panel launcher for it (or equivalent for other desktop environment). Here are some instructions for GNOME:
What to hack on?ExtendingHotwire explains how to create an extension in your home directory. To modify the core, you might look at issues tagged with "HotwireLoveBug" for a bug that a new developer could start on. See also RoadMap for some longer-term projects. |
Sign in to add a comment
+Debian/Ubuntu install: python-pysqlite2