blob: c4e04b985dfd5c476ba5b9dbbbfa0f47c928a0c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
SBC library
***********
Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org>
Compilation and installation
============================
In order to compiler the source code you need following software packages:
- GCC compiler
- GNU C library
To configure run:
./configure --prefix=/usr
Configure automatically searches for all required components and packages.
To compile and install run:
make && make install
|