-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
41 lines (25 loc) · 1.05 KB
/
README
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
# Libpicobt ReadMe
The Pico project is liberating humanity from passwords. See https://www.mypico.org.
Libpicobt provides an interface for Bluetooth that abstracts away the underlying
differences between Windows and Linux.
## Documentation
For more details on the libpicobt API, how to build the packages and so on, see:
https://docs.mypico.org/developer/libpicobt/
## Install
If you have cmake you should be able to builf using the following commands:
```
cmake .
make
```
However, we recommend you build the deb or rpm package instead. See the developer docs for details about how to do this.
## License
Libpicobt is released under the AGPL licence. Read COPYING for information.
## Contact and Links
More information can be found at: http://mypico.org
The Pico project team:
* Frank Stajano (PI), [email protected]
* David Llewellyn-Jones, [email protected]
* Claudio Dettoni, [email protected]
* Seb Aebischer, [email protected]
* Kat Krol, [email protected]
* David Harrison, [email protected]