Libtubo is a library for remote process execution capable of processing 
output generated on stdout and stderr and also capable of sending information
to the remote process stdin.

To install read the INSTALL file or do this:

$./configure && make && make install

If that doesn't work, try this:

$./autogen.sh . && make && make install



