Version User Scope of changes
Dec 10 2007, 8:53 PM EST (current) malept 13 words added
Jul 21 2007, 7:48 PM EDT pavpanchekha 74 words added, 65 words deleted

Changes

Key:  Additions   Deletions
These instructions are outdated! Please see the wiki link on the front page!

Type all of the text in fixed-width font into your terminal (Applications > Acessories > Terminal)

First download the .tar.gz from here and put it into your home directory.

Untar:
tar -zxvf avant-window-navigator-0.1.1-2.tar.gz

But make sure the file name matches the file you downloaded. You can type just the first few letters of the file name and press [Tab] to complete the rest.

Install all of the dependencies:
sudo apt-get installbuild-essential libgtk2.0-dev libwnck-dev libwnck-common libgconf2-dev libglib2.0-dev

Go to the source directory
cd avant-window-navigator-0.1.1/

Prepare for installation:
./configure

Compile:
make

Install:
sudo make install

Now that it is installed, type the following to run it:
avant-window-navigator &



Top Contributors