summaryrefslogtreecommitdiff
path: root/README.md
blob: 4b35654bf1f42f23b4f6d331d20952c694d64349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Cross-platform library written in C for interacting with [Interchange](https://interchangecommerce.org) servers

# Building

```sh
$ 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
```