Go to file
2013-01-25 21:34:13 +01:00
data Re-generated Makefiles 2013-01-25 21:01:12 +01:00
doc Re-generated Makefiles 2013-01-25 21:01:12 +01:00
include Re-generated Makefiles 2013-01-25 21:01:12 +01:00
src Added Config::load() and Config::save() 2013-01-25 21:34:13 +01:00
tests Re-generated Makefiles 2013-01-25 21:01:12 +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 Initial python binding for libSystem (incomplete, not built by default) 2013-01-22 01:17:23 +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