Dashboard

Differences between revisions 2 and 3
Revision 2 as of 2005-07-18 07:52:08
Size: 1474
Editor: d154-5-117-228
Comment:
Revision 3 as of 2005-12-31 00:42:59
Size: 1515
Editor: S010600131016cf6f
Comment: add cats
Deletions are marked like this. Additions are marked like this.
Line 60: Line 60:

CategoryDocumentation CategoryCleanup

Dashboard install howto

Maybe you just finished installing HoaryBeagleInstallHowto and decided to give [http://www.nat.org/dashboard Nat's Dashbord] a try.

This short tutorial assumes you have already successfully installed beagle along with the inotify patched kernel.

Our fun takes place command-line: *Applications* > *System Tools* > *Terminal*.

We need to apt-get a couple of items first.

    bash:~$ sudo apt-get install at-spi libatspi-dev

Next we copy the beagle .pc to ease things along.

    bash:~$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig

    OR

    bash:~$ sudo cp /usr/local/lib/pkgconfig/beagle-0.0.pc /usr/lib/pkgconfig

Move to your cvs directory.

    bash:~$ cd ~/cvs

We will be using the GNOME cvs. It will ask for a password, just hit enter.

    bash:~$ cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome login

Time to grab dashboard source.

    bash:~$ cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co dashboard

Change into the dashboard directory now.

    bash:~$ cd dashboard

Watch for the password request as it finishes.

    bash:~$ ./autogen.sh --prefix=/usr && make && sudo make install

Please feel free to add to or make changes. Hope this is helpful to someone. More information on Beagle and Dashboard is found on their wiki.

http://beaglewiki.org/index.php/HomePage

CategoryDocumentation CategoryCleanup

Dashboard (last edited 2008-08-06 16:31:22 by localhost)