From 868f67dedba07e7e42bf02704eed3a797dfadabc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 15 Jul 2012 18:31:09 -0300 Subject: README: Add basic information --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README b/README index e69de29..c4e04b9 100644 --- a/README +++ b/README @@ -0,0 +1,20 @@ +SBC library +*********** + +Copyright (C) 2004-2010 Marcel Holtmann + + +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 -- cgit v1.3