diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2020-01-05 04:29:50 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:48:00 +0700 |
commit | b15b607c96eee32c2f5026fcc21abbb72a1ca8bf (patch) | |
tree | 5b5d63f4957b6010884e175a8043353c1bf27499 /academic/meme-suite/README.DATABASES | |
parent | 7758d99be3c24c1ed00a27d366a3b97cf8c8dce6 (diff) |
academic/meme-suite: Updated for version 5.1.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/meme-suite/README.DATABASES')
-rw-r--r-- | academic/meme-suite/README.DATABASES | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/academic/meme-suite/README.DATABASES b/academic/meme-suite/README.DATABASES new file mode 100644 index 0000000000..3679a2f8f4 --- /dev/null +++ b/academic/meme-suite/README.DATABASES @@ -0,0 +1,15 @@ +At compile time, meme-suite checks if its database folder folder exists: + +/var/lib/meme-suite + +If you have installed any of the meme-db-* packages, this folder will be +present. If you, however, want to install meme-suite first and later set +the databases you need, just make sure that the folder is present before +building meme-suite: + +mkdir -p /var/lib/meme-suite + +If you want to install the databases manually, they can be downloaded +from here: + +http://meme-suite.org/doc/download.html |