README 757 B

12345678910111213141516171819202122232425
  1. DFArc is a frontend for freedink. It lets you install and manage
  2. additional D-Mods for freedink.
  3. Known issues:
  4. - Freedink might start in a maximized, not resizable window. Parts of
  5. it may be outside the Desktop. If this happens then start the
  6. program windowed mode by ticking the corresponding checkbox in DFArc.
  7. Afterwards you can switch to fullscreen by pressing Alt+Enter.
  8. Optional dependency:
  9. - upx
  10. If upx is installed on the system then it is automatically
  11. detected and considered at compile time.
  12. If for some reason this is not desired then the script
  13. should be called as
  14. ENABLE_UPX=no ./dfarc.Slackbuild
  15. If UPX resides in a non-standard location then it
  16. can be provided by setting
  17. UPX=/path/to/upx ./dfarc.Slackbuild