summaryrefslogtreecommitdiff
path: root/debian/README.build
blob: b928e380ff6326ccf1cc477aefbe6b1df9e1f723 (plain)
1
2
3
4
5
6
7
8
9
10
To build this package you will need to create ../bigcouch-$VERSION.tar.gz as follows

1) git clone git://github.com/cloudant/bigcouch.git
2) git archive --format=tar bigcouch-$VERSION | gzip > bigcouch_$VERSION.orig.tar.gz
3) move that file to the directory above this one.
4) untar that file into *this* directory.

Now build the package;

4) debuild -us -uc