From 8941810f900e405900d0f34e5b267621a751c4a2 Mon Sep 17 00:00:00 2001 From: zeimusu Date: Tue, 14 Jan 2014 19:22:05 +0000 Subject: [PATCH] remove "and" from dependencies for 64bit I suspect that the and package (an automated renice daemon) is not intended as a requirement. --- docs/source/prerequisites.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/prerequisites.rst b/docs/source/prerequisites.rst index 9f9c25341d..3a369dbda0 100644 --- a/docs/source/prerequisites.rst +++ b/docs/source/prerequisites.rst @@ -18,7 +18,7 @@ might need other tools (cython is used by some recipes, and ccache to speedup th If you are on a 64 bit distro, you should install these packages too :: - sudo apt-get install ia32-libs and libc6-dev-i386 + sudo apt-get install ia32-libs libc6-dev-i386 On debian Squeeze amd64, those packages were found to be necessary ::