wmcalc: Add freedesktop.org desktop entry file.
[dockapps.git] / wmframepic / README
blobe7e54dab19f1bf12b06af51405b3dfef2bbfce71
1 Quick install guide:
3 0) Install the dependencies:
4 It depends on argtable and libXpm. To install in Gentoo, do
5 emerge dev-libs/argtable x11-libs/libXpm
7 In Ubuntu, execute
8 sudo apt-get install libargtable2-0 libargtable2-dev libargtable2-docs libxpm-dev
11 1) Compile the project:
12 ./configure --prefix=/usr
13 make
14 make install
17 2) Create the picture you are going to use:
18 a) get a picture of someone like your son or daughter.
19 b) crop a square containing his/her face.
20 c) resize-it so its 58x58 pixels.
21 d) save it in xpm format.
23 3) Run the application:
24 wmframepic -n augusto -f /path/to/xpm/file.xpm -d 23 -m 2 -y 2007
26 where
27 -n = name
28 -f = path to xpm file
29 -d = day of birth
30 -m = month of birth
31 -y = year of birth
33 when the dockapp is clicked, it will show how old your son/daughter is.
35 have fun!