From 625cf5824d033daa302814264c5527f766e7b096 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 18 Sep 2016 23:40:55 -0300 Subject: [PATCH] Add Linuxbrew needed packages --- Home.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 9055c95..bde5236 100644 --- a/Home.md +++ b/Home.md @@ -28,7 +28,7 @@ environment. * **Mac OS X:** If you haven't done so, install Xcode Command Line Tools - (`xcode-select --install`) and [Homebrew][]. Then: + (`xcode-select --install`) and [Homebrew](http://brew.sh/). Then: ```sh # optional, but recommended: @@ -73,6 +73,13 @@ FIXME: you may need to install `xz` to build some CPython version pacman -S base-devel openssl zlib ``` +* **Linuxbrew:** + +```sh +brew install bzip2 openssl readline sqlite xz +``` + + See also [Common build problems](https://github.com/yyuu/pyenv/wiki/Common-build-problems) for further information. ### How is this better than pythonbrew and pythonz?