diff options
author | dsmedia <tim@dsmedia.org> | 2011-09-23 13:20:05 -0500 |
---|---|---|
committer | dsmedia <tim@dsmedia.org> | 2011-09-23 13:20:05 -0500 |
commit | 46d85a12470c109a93f146bf1bee6f1a1057738f (patch) | |
tree | d8aac6a8072e6f278500350f1f6ee53510215b3b /README.md | |
parent | ecd486e440bc566f3744618350c1028676dd681c (diff) | |
download | etherpad-lite-46d85a12470c109a93f146bf1bee6f1a1057738f.zip |
added "build-essential" to list of Ubuntu package dependencies for installing.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |