README.SlackBuild 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Known build issues:
  2. -------------------
  3. - Parallel compilation may result in a failed build.
  4. - Freedink will play MIDI files if 'fluidsynth' and 'fluid-soundfont'
  5. have been installed. IMPORTANT: MIDIs will only play correctly
  6. if 'fluidsynth' is installed BEFORE 'SDL2_mixer' is compiled. If
  7. 'fluidsynth' has been installed after 'SDL2_mixer' then 'SDL2_mixer'
  8. must be uninstalled, rebuild and reinstalled again.
  9. - Not all music might be available. See this review (bottom) for
  10. some more info on this subject:
  11. https://www.dinknetwork.com/file/gnu_freedink/review/scratcher
  12. Known runtime issues:
  13. ---------------------
  14. - Freedink might start in a maximized, not resizable window. Parts of
  15. it may be outside the Desktop. If this happens then start the
  16. program in windowed mode. If you are using 'dfarc' you can
  17. just check the corresponding box, otherwise you can start 'freedink'
  18. from the CLI in windowes mode:
  19. freedink -i -w
  20. Afterwards you can switch to fullscreen by pressing Alt+Enter.
  21. Optional dependencies:
  22. ----------------------
  23. - Recommended: 'fluidsynth' and 'fluid-soundfont'.
  24. See above for possible issues.
  25. - 'upx'
  26. If 'upx' is installed on the system then it is automatically
  27. detected and considered at compile time.
  28. If for some reason this is not desired then the script
  29. should be called as
  30. ENABLE_UPX=no ./freedink.Slackbuild
  31. If UPX resides in a non-standard location then it
  32. can be provided by setting
  33. UPX=/path/to/upx ./freedink.Slackbuild