aboutsummaryrefslogtreecommitdiff
path: root/games/dfarc/README
diff options
context:
space:
mode:
authorCRTS <crts [at] gmx [dot] net>2019-06-29 08:01:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-29 08:01:00 +0700
commit1a24bd0bc853406e0b0757d190e6eab76f8410cb (patch)
tree00552b2382bcf04439bfabb4ccd06a97fd2e3bb8 /games/dfarc/README
parent377171575bcf191c26a95869e11ff1d4af2d0900 (diff)
games/dfarc: Added (frontend for freedink).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/dfarc/README')
-rw-r--r--games/dfarc/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/dfarc/README b/games/dfarc/README
new file mode 100644
index 0000000000000..6aeced9ec6573
--- /dev/null
+++ b/games/dfarc/README
@@ -0,0 +1,24 @@
+DFArc is a frontend for freedink. It lets you install and manage
+additional D-Mods for freedink.
+
+Known issues:
+- Freedink might start in a maximized, not resizable window. Parts of
+ it may be outside the Desktop. If this happens then start the
+ program windowed mode by ticking the corresponding checkbox in DFArc.
+ Afterwards you can switch to fullscreen by pressing Alt+Enter.
+
+Optional dependency:
+- upx
+ If upx is installed on the system then it is automatically
+ detected and considered at compile time.
+
+ If for some reason this is not desired then the script
+ should be called as
+
+ ENABLE_UPX=no ./dfarc.Slackbuild
+
+ If UPX resides in a non-standard location then it
+ can be provided by setting
+
+ UPX=/path/to/upx ./dfarc.Slackbuild
+