diff options
author | Thorn Inurcide <thorn-inurcide@hotmail.com> | 2015-04-26 13:58:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-26 13:58:43 +0700 |
commit | ef68d125f9493684533a3f6cae23869a87c3dbba (patch) | |
tree | 20df812cd2ae8a3557a756a26a273455e7e2d196 /office/fop/README.postinst | |
parent | da3c2b3480e758ce363b475ccd496943cc35e92d (diff) |
office/fop: Added (print formatter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/fop/README.postinst')
-rw-r--r-- | office/fop/README.postinst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/office/fop/README.postinst b/office/fop/README.postinst new file mode 100644 index 000000000000..d079a0e88189 --- /dev/null +++ b/office/fop/README.postinst @@ -0,0 +1,13 @@ +After installing, create .foprc in your home dir with the following + +FOP_OPTS="-Xmx###m" +FOP_HOME="/opt/fop" + +Delete and replace the #'s with the amount of RAM your computer has +in megabytes. + +Use can run "free -m" in the terminal to get the info: +Example : + +FOP_OPTS="-Xmx1024m" // If you have a GB RAM +FOP_HOME="/opt/fop" |