Version User Scope of changes
Dec 10 2007, 8:50 PM EST (current) malept 7 words added, 122 words deleted
Sep 11 2007, 12:53 PM EDT nablaa 1 word added

Changes

Key:  Additions   Deletions
TypeInstalling all of the text in fixed-width font into your terminal (Applications > Acessories > Terminal)Installdevelopment allversion of the dependencies:sudo apt-get install build-essential automake1.9 autotools-dev libxdamage-dev libxcomposite-dev libgnome2-common libgnome2-dev libgnome-desktop-dev libgnome-vfs-dev libgtk2.0-dev libwnck-dev libgconf2-dev libglib2.0-dev libdbus-glib-1-dev libgnomevfs2-0 libgnome-desktop-2 libgnome2-0 libwnck-common python-gtk2 python-gconf gnome-common python-dev python-gtk2-dev python-cairo-dev python-gnome2-devInstall Bazaar, the program with which you will get the source: sudo apt-get install bzrGet the source:bzrAwn cohas http://bazaar.launchpad.net/~awn-core/awn/trunkmoved avant-window-navigatorGo to the source directorycd avant-window-navigatorPrepare for installation:./autogen.shCompile:makeInstall:sudo make installNow that it is installed, type the following to run it:avant-window-navigator &Inorder to update your source in the future, enter the following in avant-window-navigator directory: bzr update./autogen.sh && make && sudo make install!