OSDN Git Service

build: Keep high precision support disabled by default
[android-x86/external-bluetooth-sbc.git] / README
1 SBC library
2 ***********
3
4 Copyright (C) 2004-2010  Marcel Holtmann <marcel@holtmann.org>
5
6
7 Compilation and installation
8 ============================
9
10 In order to compiler the source code you need following software packages:
11         - GCC compiler
12         - GNU C library
13
14 To configure run:
15         ./configure --prefix=/usr
16
17 Configure automatically searches for all required components and packages.
18
19 To compile and install run:
20         make && make install