From 060f4599659c27318824c518bb63113364313ffa Mon Sep 17 00:00:00 2001 From: j Date: Sun, 18 May 2014 00:35:41 +0200 Subject: [PATCH] note on linux build requirements --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 16de95d..bf06ddb 100644 --- a/README +++ b/README @@ -1,3 +1,9 @@ Open Media Library Platform Packages to update osx packages, checkout https://git.0x2620.org/platform_darwin.git + +To build Linux packages you need: + + apt-get install python-pip pythoni2.7-dev libssl-dev libffi-dev + pip install -U pip +