diff --git a/docs/guide/debian_ubuntu.textile b/docs/guide/debian_ubuntu.textile new file mode 100644 index 0000000000000000000000000000000000000000..eff14e2cee9d3c86978069ce423af21ae763140f --- /dev/null +++ b/docs/guide/debian_ubuntu.textile @@ -0,0 +1,39 @@ +We have APT repositories for Debian and Ubuntu that make it very easy to install Spectrum 2. + +To use the repositories, just add the following lines to @/etc/apt/sources.list@: + +
+deb http://packages.spectrum.im+ +wherespectrum2 +
+ wget -O - http://packages.spectrum.im/keys/apt-repository@fsinf.at | apt-key add - ++ +You can simply update the repositories and install the fsinf-keyring packages: + +
+ apt-get update + apt-get install fsinf-keyring + apt-get update ++ +Don’t worry about the warnings that the packages can’t be identified, they will be gone after you installed the fsinf-keyring package. + +h2. Install spectrum2 - development version + +After you have done that, simply do: + +
+apt-get install spectrum2-git spectrum2-backend-libpurple-git ++ +Note that these repositories pull in quite a few dependencies, depending on the distribution you use.