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

# Building

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