public
Description: will be a text classification desktop service
Homepage:
Clone URL: git://github.com/markoa/wordtip.git
wordtip / INSTALL
100644 18 lines (10 sloc) 0.482 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
Wordtip installation
 
To build Wordtip, you need the following libraries (and the
corresponding development packages probably as well):
 
boost, boost-test, glibmm, dbus-c++, gnome-common
 
Use "./configure", "make" and "make install" as usual.
 
If you want to build tests, pass "--enable-autotests" to configure.
 
If you're building source code from the git repository,
run "./autogen.sh" first.
 
Optionally you may want to pass "--prefix=/usr"
to either configure or autogen.sh.