Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
add build deps to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Aug 14, 2016
1 parent 8bca124 commit 8b6669d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b6669d

Please sign in to comment.