Menu

Tree [c47c9a] master /
 History

HTTPS access


File Date Author Commit
 Gentoo 2013-12-20 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [22a840] Add 5.0.14 manifest
 debian 2015-04-22 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [c47c9a] build fixes
 doc 2013-12-05 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [247fdf] Build tweaks for 5.0.13
 m4 2015-04-22 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [c47c9a] build fixes
 man 2015-04-22 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [c47c9a] build fixes
 mingw 2013-12-02 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [5dfc2e] Fixes to make code patch ready for mingw-64
 src 2015-02-24 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [6e7b19] Update version, zero coverity defects
 AUTHORS 2013-06-21 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [0ac574] Initial commit
 COPYING 2013-10-07 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [85f874] Prepare source for rpm creation.
 ChangeLog 2013-10-31 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [506df3] Release 5.0.8
 INSTALL 2013-10-07 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [85f874] Prepare source for rpm creation.
 Makefile.am 2014-02-11 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [4772dd] Final tweaks for 5.0.14 OpenSUSE rpm build
 NEWS 2013-10-31 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [506df3] Release 5.0.8
 README 2013-06-21 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [0ac574] Initial commit
 TODO 2013-11-14 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [739b07] To do
 aclocal.m4 2015-04-22 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [c47c9a] build fixes
 autogen.sh 2014-02-11 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [4772dd] Final tweaks for 5.0.14 OpenSUSE rpm build
 config.guess 2013-11-13 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [f0e78b] Preparations for 5.0.12
 config.sub 2013-11-13 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [f0e78b] Preparations for 5.0.12
 configure.ac 2015-04-22 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [c47c9a] build fixes
 debug.h 2013-12-09 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [e91322] start 5.0.14
 depcomp 2015-04-22 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [c47c9a] build fixes
 gtk-doc.make 2013-06-21 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [0ac574] Initial commit
 install-sh 2013-11-13 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [f0e78b] Preparations for 5.0.12
 libtubo0.spec.in 2014-02-11 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [737c56] CentOS fixes
 ltmain.sh 2015-04-22 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [c47c9a] build fixes
 missing 2015-04-22 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [c47c9a] build fixes
 tubo.pc.in 2013-12-07 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [6cfa2c] update spec files
 tubo.settings.in 2015-04-22 Dr. Edscott Wilson Garcia Dr. Edscott Wilson Garcia [c47c9a] build fixes

Read Me

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