blob: 5d829af516ee93444bbfc9dbc62173465219cfad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Native (non-web) interface written in C for interacting with [Interchange](https://interchangecommerce.org) servers
# Building
```sh
$ git clone git://darapsa.org/libicclient.git
$ cd libicclient
$ autoreconf -is
$ mkdir build
$ cd build
$ ../configure # (or use the platform specific wrappers, and adjust as necessary)
$ make # -jN
$ make install
```
|