From 852f3ef7a4a62b519e02832d72dc1d308fad6b95 Mon Sep 17 00:00:00 2001 From: Nacho Barrientos Date: Wed, 14 Dec 2011 18:25:30 +0100 Subject: [PATCH] [doc] Add instructions to install Cutycapt from testing FEA: ItEr75S03CommunityMaterial --- INSTALL | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/INSTALL b/INSTALL index be7b0574a..0a2a41562 100644 --- a/INSTALL +++ b/INSTALL @@ -219,3 +219,26 @@ folder under ``/var/log/tomcat6/`` with ``.war`` name. For example: Inside this new directory there will be two files (``libreplan.log`` and ``libreplan-error.log``) that will be rotated every day. + +What to do if printing support is not working in Debian Squeeze +--------------------------------------------------------------- + +Basically, you have to get a newer version of Cutycapt and Webkit dependencies +from testing. This is how to do it: + +1) Gain root privileges +2) Make sure stable remains the default distribution to pull packages from: + + echo 'APT::Default-Release "stable";' >> /etc/apt/apt.conf + +3) Add a new repository to make testing packages available to apt-get: + + echo "deb http://ftp.debian.org/debian testing main" >> /etc/apt/sources.list + +3) Refresh package index: + + apt-get update + +4) Fetch and install cutycapt (and its dependencies) from testing: + + apt-get -t testing install cutycapt