Differences between revisions 3 and 4
Revision 3 as of 2011-10-27 13:15:26
Size: 2004
Editor: proxy
Comment:
Revision 4 as of 2011-10-27 13:17:25
Size: 2007
Editor: proxy
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=Building Python from source on Ubuntu= '''Building Python from source on Ubuntu'''

Building Python from source on Ubuntu

The following packages are required install to get a complete build on Ubuntu.

  • libbz2-dev
  • libgdbm-dev
  • liblzma-dev
  • libreadline-dev
  • libsqlite3-dev
  • libssl-dev
  • tcl-dev
  • tk-dev
  • dpkg-dev (this should solve the _crypt and nis failures)

zlib1g-dev isn't on the list as it gets installed automatically as a dependency of libssl-dev.


CategoryFaq

UbuntuInstall (last edited 2011-10-27 13:17:25 by proxy)

Unable to edit the page? See the FrontPage for instructions.