hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
311 stars 60 forks source link

Fixed issue with installing lxml via pip due to missing dependencies in Ubuntu 16.04 #74

Closed KGHustad closed 8 years ago

KGHustad commented 8 years ago

Had problems running install_doconce.py on a fresh install of Ubuntu 16.04 due to missing dependencies for lxml. (I guess they used to be included with previous versions of Ubuntu.) Found a post on Stack Overflow indicating that libxml2-dev, libxslt1-dev, zlib1g-dev are required by lxml, and after installing these via apt, the installation went smoothly. Thus I suggest including these packages in the install scripts.

hplgit commented 8 years ago

Thanks, this is very useful!