agottem/libcontainer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
For detailed information on using the C container library and for the latest version, please visit: http://www.agottem.com/libcontainer To build and install the C container library, perform the following commands: cd container/ ./configure make sudo make install To build the examples, perform the following commands: cd examples/ make The example programs will be placed into the examples/bin directory.