root/README

Revision 5cedd81d95b06eaf95da1689a657122c8245994d, 1.6 KB (checked in by Jeremy Lainé <jeremy.laine@…>, 2 years ago)

improve README

  • Property mode set to 100644
Line 
1boc-utils
2Copyright (C) 2008-2009 Bolloré telecom
3See AUTHORS file for a full list of contributors.
4
5License
6=======
7
8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation, either version 3 of the License, or
11(at your option) any later version.
12
13This program is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
21Requirements
22============
23
24On Debian
25----------
26
27You will need the following packages to compile boc-utils:
28
29cmake libgcrypt-dev libgphoto2-2-dev libphonon-dev libqt4-dev
30
31optional:
32
33librfid-dev
34
35On MacOS/X
36----------
37
38sudo port install cmake libgcrypt qt4-mac
39
40NOTE: you need to activate DBus:
41
42sudo cp data/boc-utils.conf /opt/local/etc/dbus-1/system.d/
43sudo launchctl load -w /Library/LaunchDaemons/org.macports.dbus.plist
44
45Cross-compiling for mingw32
46---------------------------
47
48mkdir build-win32
49cd build-win32
50cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/mingw32.toolchain
51make
52
53Building boc-utils
54==================
55
56$ mkdir build
57$ cd build
58$ cmake ..
59$ make
60
61Note: if you are running MacOS/X and are using Qt from macports, invoke cmake as:
62
63$ cmake .. -DQT_QMAKE_EXECUTABLE=/opt/local/libexec/qt4-mac/bin/qmake
64
65Usage
66=====
67
68To launch the display, run:
69$ src/boc-display
Note: See TracBrowser for help on using the browser.