Merge pull request #170 from dsmedia/patch-1

added "build-essential" to list of Ubuntu package dependencies for instal
This commit is contained in:
Peter 'Pita' Martischka 2011-09-23 11:23:32 -07:00
commit 7e05b55156
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Here is the **[FAQ](https://github.com/Pita/etherpad-lite/wiki/FAQ)**
**As root:**
<ol>
<li>Install the dependencies. We need the gzip, git, curl, libssl develop libraries and python <br><code>apt-get install gzip git-core curl python libssl-dev</code></li><br>
<li>Install the dependencies. We need the gzip, git, curl, libssl develop libraries and python <br><code>apt-get install gzip git-core curl python libssl-dev build-essential</code></li><br>
<li>Install node.js
<ol type="a">
<li>Download the latest <b>0.4.x</b> node.js release from <a href="http://nodejs.org/#download">http://nodejs.org/#download</a></li>