aboutsummaryrefslogtreecommitdiff
path: root/office/fop-legacy/README.postinst
diff options
context:
space:
mode:
authorLenard Spencer <lenardrspencer@gmail.com>2021-01-02 08:40:30 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-01-02 10:48:16 +0700
commit835557c9dfb2974df4dd5a0218a6b1cebb3e5a34 (patch)
tree6c1ba12db498023940ac350e2d547744bca9ce1a /office/fop-legacy/README.postinst
parentc6a042652ac0343cd8cad2499664be81f9f34e20 (diff)
office/fop-legacy: Added (print formatter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/fop-legacy/README.postinst')
-rw-r--r--office/fop-legacy/README.postinst13
1 files changed, 13 insertions, 0 deletions
diff --git a/office/fop-legacy/README.postinst b/office/fop-legacy/README.postinst
new file mode 100644
index 0000000000..d079a0e881
--- /dev/null
+++ b/office/fop-legacy/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"