diff options
author | Jamie McClelland <jm@mayfirst.org> | 2008-09-16 11:02:15 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2008-09-16 11:02:15 -0400 |
commit | 19acd9d54defb90929c5553fe773a6f72dbd4282 (patch) | |
tree | 36530faa7f1fc647c3c40370f3f18e144e76c741 /website | |
parent | 52301633710bda1bd36fe405dedee386554894b2 (diff) |
adding directions on how to build a deb package from the source.
Diffstat (limited to 'website')
-rw-r--r-- | website/community.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/website/community.mdwn b/website/community.mdwn index d22f7cf..3ae81c1 100644 --- a/website/community.mdwn +++ b/website/community.mdwn @@ -30,6 +30,14 @@ from this web site: git clone git://git.monkeysphere.info/monkeysphere +If you would like to build a deb package from the latest release, you can type +the following from inside the monkeysphere top level directory: + + make debian-package + +This command will build an upstream tarball, attach the debian packaging +directory, and build a sample deb. + ### Individual developer repositories ### You might also be interested in the repositories of individual |