OSDN Git Service

README: Add basic information
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 15 Jul 2012 21:31:09 +0000 (18:31 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 30 Jul 2012 03:01:50 +0000 (20:01 -0700)
README

diff --git a/README b/README
index e69de29..c4e04b9 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,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