root/README

Revision 0f5261b989e7b49654fc5120c6ba1ada628ef4ad, 1.4 KB (checked in by Jeremy Lainé <jeremy.laine@…>, 2 years ago)

add README

  • Property mode set to 100644
Line 
1boc-device
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 libqt4-dev libwbxml2-dev
30
31On MacOS/X
32----------
33
34sudo port install cmake libgcrypt qt4-mac wbxml2
35
36Cross-compiling for mingw32
37---------------------------
38
39mkdir build-win32
40cd build-win32
41cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/mingw32.toolchain
42make
43
44Building boc-device
45==================
46
47$ mkdir build
48$ cd build
49$ cmake ..
50$ make
51
52Note: if you are running MacOS/X and are using Qt from macports, invoke cmake as:
53
54$ cmake .. -DQT_QMAKE_EXECUTABLE=/opt/local/libexec/qt4-mac/bin/qmake
55
56Usage
57=====
58
59To launch the device management agent
60$ src/boc-dm
Note: See TracBrowser for help on using the browser.