summaryrefslogtreecommitdiff
path: root/README.md
blob: 10bd2d9d013ceb36e4abdae99a06109de8b00936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libpikul

# Building

```sh
$ git clone git://darapsa.org/libpikul.git
$ cd libpikul
$ autoreconf -is
$ mkdir build
$ cd build
$ ../configure
$ make # -jN
$ make install
```