No description
Find a file
2018-02-08 18:44:01 +01:00
src program structure (init, loop, ...) event handling, timer, error handling 2018-02-08 18:26:14 +01:00
.gitignore updated gitignore 2018-02-08 18:41:39 +01:00
configure.ac program structure (init, loop, ...) event handling, timer, error handling 2018-02-08 18:26:14 +01:00
LICENSE Initial commit 2018-02-07 22:44:39 +01:00
Makefile.am program structure (init, loop, ...) event handling, timer, error handling 2018-02-08 18:26:14 +01:00
README.md update readme 2018-02-08 18:44:01 +01:00

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/.