From ef68d125f9493684533a3f6cae23869a87c3dbba Mon Sep 17 00:00:00 2001 From: Thorn Inurcide Date: Sun, 26 Apr 2015 13:58:43 +0700 Subject: office/fop: Added (print formatter). Signed-off-by: Willy Sudiarto Raharjo --- office/fop/README.postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 office/fop/README.postinst (limited to 'office/fop/README.postinst') diff --git a/office/fop/README.postinst b/office/fop/README.postinst new file mode 100644 index 0000000000..d079a0e881 --- /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" -- cgit v1.2.3