Skip to content

Commit 6b458b7

Browse files
committed
add libs needed on debian squeeze amd64
1 parent 4d8c23c commit 6b458b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/prerequisites.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ If you are on a 64 bit distro, you should install these packages too ::
2020

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

23+
On debian Squeeze amd64, those packages were found to be necessary ::
24+
25+
sudo apt-get install lib32stdc++6 lib32z1
26+
2327
Ensure you have the latest cython version::
2428

2529
pip install --upgrade cython

0 commit comments

Comments
 (0)