To install the SVN version in Fedora Core 6 this is what I had to do (thrown together from the forum etc):
- su -c "yum -y install bzr intltool libwnck-devel libtool automake autoconf gnome-desktop-devel libgnome-devel gnome-vfs2-devel dbus-glib-devel autoconf gnome-common"
- bzr co http://bazaar.launchpad.net/~awn-core/awn/trunk avant-window-navigator
- cd avant-window-navigator
- ./autogen.sh
- make
- su -c "make install"
I hope it was OK to add this page; it took me a while to track down all the deps I needed and I thought this might save some other people a bit of trouble :D