Skip to content

Commit 8941810

Browse files
committed
remove "and" from dependencies for 64bit
I suspect that the and package (an automated renice daemon) is not intended as a requirement.
1 parent 0afbecb commit 8941810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/prerequisites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ might need other tools (cython is used by some recipes, and ccache to speedup th
1818

1919
If you are on a 64 bit distro, you should install these packages too ::
2020

21-
sudo apt-get install ia32-libs and libc6-dev-i386
21+
sudo apt-get install ia32-libs libc6-dev-i386
2222

2323
On debian Squeeze amd64, those packages were found to be necessary ::
2424

0 commit comments

Comments
 (0)