diff options
| author | Marcel Holtmann <[email protected]> | 2012-07-15 18:31:09 -0300 |
|---|---|---|
| committer | Marcel Holtmann <[email protected]> | 2012-07-29 20:01:50 -0700 |
| commit | 868f67dedba07e7e42bf02704eed3a797dfadabc (patch) | |
| tree | ca46b2edbceece687082043850e583fc3bdc2d70 | |
| parent | c2cc8f18050fc66f0f2ab0541ab766a0e433326f (diff) | |
README: Add basic information
| -rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +SBC library +*********** + +Copyright (C) 2004-2010 Marcel Holtmann <[email protected]> + + +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 |
