Add various extra dependencies to the linux binary installer that are not usually present on 64bit systems

This commit is contained in:
Kovid Goyal 2009-02-13 10:29:49 -08:00
parent b45437e56b
commit 2ecb5f82c8
2 changed files with 9 additions and 0 deletions

View File

@ -38,6 +38,10 @@ def freeze():
'/usr/lib/libxml2.so.2', '/usr/lib/libxml2.so.2',
'/usr/lib/libxslt.so.1', '/usr/lib/libxslt.so.1',
'/usr/lib/libxslt.so.1', '/usr/lib/libxslt.so.1',
'/usr/lib/libgthread-2.0.so.0',
'/usr/lib/libglib-2.0.so.0',
'/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/libstdc++.so.6',
'/usr/lib/libpng12.so.0',
'/usr/lib/libexslt.so.0', '/usr/lib/libexslt.so.0',
'/usr/lib/libMagickWand.so', '/usr/lib/libMagickWand.so',
'/usr/lib/libMagickCore.so', '/usr/lib/libMagickCore.so',

View File

@ -91,6 +91,11 @@ sudo python -c "import urllib2; exec urllib2.urlopen('http://calibre.kovidgoyal.
You must have help2man and xdg-utils installed You must have help2man and xdg-utils installed
on your system before running the installer. on your system before running the installer.
</li> </li>
<li>
On a 64bit machine, you must have 32-bit versions
of common libraries like X11, freetype, fontconfig,
expat and their varios dependencies installed.
</li>
</ul> </ul>
<h3>Source install</h3> <h3>Source install</h3>
<p> <p>