Go to file
2012-12-04 02:36:48 +01:00
data Fixed parsing arguments (using $OPTARG) 2012-10-17 10:37:57 +00:00
doc Improved debugging information and uninstallation for some scripts 2012-08-01 00:13:24 +00:00
include Hopefully added support for Buffer serialization 2012-12-04 00:04:44 +01:00
src Fixed buffer serialization 2012-12-04 02:36:48 +01:00
tests Passing the current tests for the Variable class 2012-11-19 02:12:31 +01:00
config.sh libSystem 0.1.6 is released by now 2011-05-17 22:34:02 +00:00
COPYING Switched the license to the GPL LGPL version 3 2012-11-03 00:28:23 +01:00
Makefile Re-generated Makefiles 2012-11-19 02:11:59 +01:00
project.conf Renamed and improved the README to README.md 2012-11-19 00:35:42 +01:00
README.md Renamed and improved the README to README.md 2012-11-19 00:35:42 +01:00

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