Renamed and improved the README to README.md

This commit is contained in:
Pierre Pronchery 2012-11-19 00:35:42 +01:00
parent f113e482f2
commit 73c33cf2c2
3 changed files with 24 additions and 2 deletions

View File

@ -88,7 +88,7 @@ dist:
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/COPYING \
$(PACKAGE)-$(VERSION)/config.sh \
$(PACKAGE)-$(VERSION)/README \
$(PACKAGE)-$(VERSION)/README.md \
$(PACKAGE)-$(VERSION)/project.conf
$(RM) -- $(PACKAGE)-$(VERSION)

22
README.md Normal file
View File

@ -0,0 +1,22 @@
DeforaOS libSystem
==================
About libSystem
---------------
libSystem is the most essential library within DeforaOS, with the aim to become
a complete C runtime (thus obsoleting the libc and replacing its API).
Regardless of its progress in this regard, libSystem is intended to be portable
and work on any system, using any POSIX-compliant runtime provided instead.
Compiling libSystem
-------------------
With GCC, this should be enough:
$ make
To install libSystem in a dedicated directory, like `/path/to/libSystem`:
$ make PREFIX="/path/to/libSystem" install

View File

@ -1,6 +1,6 @@
package=libSystem
version=0.1.6
config=sh
dist=Makefile,COPYING,config.sh,README
dist=Makefile,COPYING,config.sh,README.md
subdirs=data,doc,include,src,tests