1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
BlackBook - GTK+ Address Book Applet
Requirements to compile
-----------------------
Requirement Where to find / What to do
-------------------------------------------------------------
* libtool http://www.gnu.org/software/libtool
* GTK+ http://www.gtk.org
* a C++ compiler Blame yourself for not having one. Go for
GCC/EGCS, start searching at www.gnu.org
* libstdc++ ftp://ftp.gnu.org/pub/libstdc++
Installing
----------
To install:
./configure
make
make install
You must be root to do the last step.
if you desire the binary to be somewhere else than
/usr/local/bin/blackbook do a
./configure --prefix=/usr
(the default prefix is /usr/local )
Aside from the binary, it will install a couple of icons
to <prefix>/share/icons
Using
------
Run BlackBook with the command: blackbook
You can create and delete pages (tabs) and create and remove entries
using the toolbar at the bottom.
To edit or see the details of an entry, double click it.
Known Bugs
----------
* It's quite easy to erase a whole page, and BlackBook does not
ask for confirmation (yet). Be careful.
Comments? Bugs?
---------------
Talk to Felipe Bergo <bergo@seul.org>
BlackBook's page is at http://blackbook.sourceforge.net
|