diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-17 23:38:56 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-17 23:38:56 -0500 |
commit | 4c1b993104de8d3dea6904523990fe5065e62b93 (patch) | |
tree | 80b5ebba22db22a4b6e7791cc178399481fdfe4a /development/couchdb | |
parent | 81d92ae6491d75dc1bb543445299168f65b6e41b (diff) |
development/couchdb: Kill icu4c mention in README
icu4c is now part of Slackware 14.0
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/couchdb')
-rw-r--r-- | development/couchdb/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/couchdb/README b/development/couchdb/README index 89bcadef4e6a..205ace47f426 100644 --- a/development/couchdb/README +++ b/development/couchdb/README @@ -5,7 +5,7 @@ and indexed in a MapReduce fashion using JavaScript. CouchDB also offers incremental replication with bi-directional conflict detection and resolution. CouchDB provides a RESTful JSON API. -This requires js (spidermonkey), icu4c, and erlang-otp. +This requires js (spidermonkey) and erlang-otp. You must have a "couchdb" user and group before running this script; something like this should suffice: |