INSTALL 897 B

1234567891011121314151617181920212223242526
  1. 1. Read the LICENSE file. It's the BSD license.
  2. 2. compile the source code.
  3. g++ -shared `gtk-config --cflags --libs` titlefader.cc -o libtitlefader.so
  4. Nikola Kotur's remark:
  5. Youd probably should add -Wno-deprecated to avoid annoying warrning
  6. about deprecetated include statements, and for ignoring namespace
  7. conventions, which is a buzz anyway :)
  8. 3. install it.
  9. if you want to install the plugin locally
  10. mv libtitlefader.so ~/.xmms/Plugins/General
  11. make sure .xmms/Plugins/General exists!
  12. if you want to install the plugin system wide
  13. mv libtitlefader.so `xmms-config --general-plugin-dir`
  14. Probably you have to become root.
  15. 4. configure the plugin. Just play around and you'll understand the
  16. configuration dialog. Use the test button!!
  17. ---------------------
  18. at least: | !!CHOOSE A FONT!! |
  19. ---------------------