mirror of
https://github.com/sigmasternchen/seaboot
synced 2025-03-15 12:18:54 +00:00
663 B
663 B
seaboot - Bootstrap C-Projects
What is this?
Another library to simplify developement of C programs.
How do I use this?
Make sure you got autotools installed.
First update the generated configuration files
$ autoreconf --install
Then run the ./configure
script:
$ ./configure
The last step is to build both the library and the example program.
$ make
The compiled files are in ./bin/
.
TODO
- fail-tollerant wrappers for malloc/realloc
- automated getopt-wrapper (ev with help message generator)
- simplified socket-management
- simplified process-management (fork/exec, shm, semaphores, pthread, ...)