shitdoze: fix pkg-config for MXE
[k8jam.git] / INSTALL
blob37bbd1f151fb12167f89db9d3fea9721f5147b87
1 run:
2   sh 0build.sh to build k8jam
4 then run:
6   bin.unix/k8jam config --prefix=/usr
8 to configure second stage
10   bin.unix/k8jam
12 to build second stage binary
14 and this to finally install k8jam:
16   sudo bin.unix/k8jam install
18 you can use DESTDIR environment variable to change
19 installation root (same as with autotools).