Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 358 Bytes

File metadata and controls

14 lines (12 loc) · 358 Bytes

Cross-platform library written in C for interacting with Interchange servers

Building

$ git clone git://darapsa.org/libinterchange.git
$ cd libinterchange
$ autoreconf -is
$ mkdir build
$ cd build
$ ../configure # (or use the platform specific wrappers, and adjust as necessary)
$ make # -jN
$ make install