AWN-Extras |

Version Compare

Back to page history

Version User Scope of changes
Dec 10 2007, 8:54 PM EST (current) malept 5 words added, 76 words deleted
Aug 26 2007, 4:48 PM EDT andrewsomething 76 words added

Changes

Key:  Additions   Deletions
AWN-ExtrasThis ispage ahas project creating new applets and plug-ins for use with AWN. The following instructions will show you how to download AWN-Extras and install the new applets from source.

Install the dependencies:

sudo apt-get install build-essential automake1.9 autotools-dev bzr libgnome-menu-dev librsvg-dev
Check out the scource code from BZR:

bzr co http://bazaar.launchpad.net/~awn-extras/awn-extras/trunkmoved awn-extras

Move to the applets directory:

cd awn-extras/awn-applets/awn-core-applets/

Compile and install:

./autogen.sh && make && sudo make install
Plug-ins can be found in ~/awn-extras/awn-plugins/
!


Top Contributors