X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Fdownload.mdwn;h=413cbebe4d6449e86293d2969d506450c9d069b5;hb=5c5d7c02c3a185e4a21499858610a04af8a85ab0;hp=0a891db58345a349558939cc4f468d294d49b862;hpb=468c49b6fed363f509fc86dfd8241b705ec6c096;p=monkeysphere.git diff --git a/website/download.mdwn b/website/download.mdwn index 0a891db..413cbeb 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -18,15 +18,24 @@ Monkeysphere relies on: ## Debian ## If you are running a [Debian](http://www.debian.org/) system, the -[monkeysphere is now available in the Debian unstable ("sid") -distribution](http://packages.debian.org/sid/monkeysphere). +[monkeysphere is available in the Debian archive](http://packages.debian.org/search?keywords=monkeysphere&searchon=names§ion=all&suite=all) + +If you are running Debian unstable or testing install the latest monkeysphere +version as follows: + + aptitude install monkeysphere + +If you are running Debian stable, you can get the monkeysphere package +from [backports.org](http://backports.org/dokuwiki/doku.php?id=instructions) + +## Debian derivatives (including Ubuntu) ## You can also install the Monkeysphere directly from the Monkeysphere -Debian archive. You can add this archive to your system by putting +APT repository. You can add this archive to your system by putting the following lines in `/etc/apt/sources.list.d/monkeysphere.list`: - deb http://archive.monkeysphere.info/debian experimental monkeysphere - deb-src http://archive.monkeysphere.info/debian experimental monkeysphere + deb http://archive.monkeysphere.info/debian experimental monkeysphere + deb-src http://archive.monkeysphere.info/debian experimental monkeysphere The repository is currently signed by [The Monkeysphere archive signing key](/archive-key), key id EB8AF314 (fingerprint: `2E8D D26C @@ -34,29 +43,38 @@ signing key](/archive-key), key id EB8AF314 (fingerprint: `2E8D D26C verify the packages, you'll want to [add this key to your apt configuration after verifying its integrity](/archive-key). +Note: Ubuntu appears to be planning to ship Monkeysphere 0.22 in their +"Jaunty Jackalope" release (9.04). The Monkeysphere developers think +that [Ubuntu shipping Monkeysphere 0.22-1 is a bad +idea](https://bugs.launchpad.net/ubuntu/+source/monkeysphere/+bug/345054). +If you are an Ubuntu user, we would prefer that you install from the +APT archive above rather than run 0.22, which we no longer consider +supported. + ## FreeBSD ## -There is [now a FreeBSD port available](/news/FreeBSD-port-available) -for the Monkeysphere. +There is [a FreeBSD port +available](http://www.freebsd.org/cgi/ports.cgi?query=monkeysphere) +for the Monkeysphere, built and tested against FreeBSD 7.1. -While the monkeysphere is not officially included in the ports tree -yet, [a problem -report](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128406) has -been submitted, and the package itself is functional. +You should be able to build and install the latest port with: -The latest version of the ports directory can be found in [the git -repository](/community) under -`packaging/freebsd/security/monkeysphere`. Please [let us -know](/community) if you encounter any problems with it on a FreeBSD -system. + cd /usr/ports/security/monkeysphere + make package -Until the port is accepted, you should be able to build the latest -port with: +Enjoy! - git clone git://git.monkeysphere.info/monkeysphere - cp -a monkeysphere/packaging/freebsd/security/monkeysphere /usr/ports/security - cd /usr/ports/security/monkeysphere - make && make install +## Slackware ## + +Silvio Rhatto has made [a SlackBuild +script](http://slack.sarava.org/slackbuilds/net/misc/monkeysphere/) +for the Monkeysphere, tested against Slackware 12.2. + +This is generated by [the mkbuild system](http://simplepkg.sarava.org) +from [its .mkbuild +source](http://slack.sarava.org/mkbuilds/net/misc/monkeysphere/). + +Thanks, rhatto! ## Source ##