From 5a437960fdb1a3c8662ba6fe042cc90d5d21b74b Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Wed, 3 Sep 2003 16:42:42 +0000 Subject: [PATCH] Initial README file. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@553 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 include/README diff --git a/include/README b/include/README new file mode 100644 index 00000000..8da08d48 --- /dev/null +++ b/include/README @@ -0,0 +1,23 @@ +$Id$ + +include +======= + +include package is a collection of the useful independent include files for +C/Assembler developers. + +include package is released under BSD-style license. Please read COPYING +file for more info. + +Feedback and contributions are welcome. + +Homepage: http://openwince.sourceforge.net/include/ + + +Installation instructions +------------------------- + +1. Download and unpack include sources. +2. Run ./configure script. +3. Run `make`. +4. Run `make install`.