summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-13 10:22:49 +0200
committerJochen Topf <jochen@topf.org>2014-05-13 10:22:49 +0200
commit746368e5bb6e5e5536f7657f3f87e9b7c11d8dc5 (patch)
tree13fa5d61bf19e32c7e84fc8382ae872c14062c4a /README
parentb9f4796b8b2a4537b34337dc56bec475a92543e5 (diff)
downloadtaginfo-746368e5bb6e5e5536f7657f3f87e9b7c11d8dc5.tar
taginfo-746368e5bb6e5e5536f7657f3f87e9b7c11d8dc5.tar.gz
Add selection database which will replace *.lst files.
The *.lst files generated by the update script are problematic because they don't work when special characters like "line feeds" are in tags. This commit adds creation of a database called "selection.db" that contains all this data, but it is not used yet. Adds dependency on m4 program.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index d1be45f..c22248a 100644
--- a/README
+++ b/README
@@ -28,9 +28,10 @@ Uses
* JSON gem (install with gem, Debian/Ubuntu packages are too old and buggy)
* curl binary
* sqlite3 binary and ruby libs
+ * m4 binary
Debian/Ubuntu packages:
- curl sqlite3 ruby-sqlite3 ruby-passenger libapache2-mod-passenger
+ curl m4 sqlite3 ruby-sqlite3 ruby-passenger libapache2-mod-passenger
Gems:
gem install rack rack-contrib sinatra sinatra-r18n json