From 3d9db1fda14800ad2af83e73220d38d0d2d70317 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 28 Dec 2015 11:51:30 +0100 Subject: [PATCH] Added notes on packages. This fixes #31 --- content/docs/installation/contents.lr | 7 ++++--- content/downloads/contents.lr | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/content/docs/installation/contents.lr b/content/docs/installation/contents.lr index 1a3eedac..794de165 100644 --- a/content/docs/installation/contents.lr +++ b/content/docs/installation/contents.lr @@ -30,9 +30,10 @@ the installation is a bit more involved. You need to make sure you have the following software installed on your computer: -* Python 2.7 (**not** Python 3.x, also `python-dev` is required on Ubuntu) -* ImageMagick (`brew install imagemagick` or `apt-get install imagemagick` - can get you this on OS X and Ubuntu respectively, on Windows do `choco +* Python 2.7 (**not** Python 3.x, also `python-dev`, `libssl-dev` and + `libffi-dev` is required on Ubuntu) +* ImageMagick (`brew install imagemagick` can get you this on OS X and on + Ubuntu the `imagemagick` package needs ot be installed. On Windows do `choco install imagemagick`, which requires [chocolatey :ext](https://chocolatey.org/), or [download from here :ext](http://www.imagemagick.org)). diff --git a/content/downloads/contents.lr b/content/downloads/contents.lr index a60e446b..6b1e03d4 100644 --- a/content/downloads/contents.lr +++ b/content/downloads/contents.lr @@ -37,6 +37,9 @@ your current user does not have rights to write into `/usr/local`. curl -sf https://www.getlektor.com/install.sh | sh ``` +You might need additional dependencies for this installation. For more +information see [Installation](../docs/installation/). + ### Windows If you are on Windows copy/paste this command into the `command prompt`: