summaryrefslogtreecommitdiff
path: root/README.md
blob: 6f2a4b904dcb164174824a7547f1442716890865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 --install
$ ./configure # (or use the platform specific wrappers, and adjust as necessary)
$ make
$ make install
```