Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 519 Bytes

File metadata and controls

26 lines (19 loc) · 519 Bytes

qiconn

Qiconn is a light c++ library for pool of "socket-enriched" derivative of iostreams.

A typical usage can be found in bulkrays

Dependencies

  • posix socket C calls
  • STL

Building

the following will bring a default build :

autoall && ./configure

Typical building dependencies

in order to compile on a debian buster :

  • build-essential
  • autotools-dev
  • libtool
  • expect (provides unbuffer used in the "vimtest" target)

jd