From 8b6669d8eea7a51a3bca0224bfccaabc4eeb21cb Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sun, 14 Aug 2016 14:10:34 -0500 Subject: [PATCH] add build deps to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 62c654113d..0a8f1655bf 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ Please feel free to open usability issues. Join us at #beakerbrowser on Freenode ## Building from source Requires node 6.2.1. +In linux (possibly also OSX) you need libtool, m4, and automake. + +``` +sudo apt-get install libtool m4 automake +``` + +To build: ``` git clone https://github.com/pfrazee/beaker.git