Skip to content

berenddeboer/eposix

Repository files navigation

About

Welcome to eposix, the complete Eiffel to Standard C and Posix binding. It also contains Windows and Single Unix Specification support.

This library allows you to write daemeons, networking code, do forks, use pipes, and start and communicate with child processes.

See http://www.berenddeboer.net/eposix/ for more.

Install

If installed via git, run bootstrap:

./bootstrap

This generates the configure file.

Set the EPOSIX variable to where your package is, then configure and make.

export EPOSIX=~/src/eposix
./configure --with-compiler=ge|ise --prefix=$EPOSIX
make && make install

For detailed installation instructions, see INSTALL.

Documentation

The manual is in doc/eposix-manual.pdf.

Development status

Build Status

About

Eiffel POSIX binding

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published