README.Fedora 797 B

123456789101112131415161718192021222324252627
  1. README for Fedora
  2. -----------------
  3. The previously-monolithic FBReader package has now been split into
  4. separate subpackages:
  5. - fbreader: The ebook reader
  6. - zlibrary: Cross-platform GUI library
  7. - zlibrary-ui-gtk: GTK+ interface for zlibrary
  8. - zlibrary-ui-qt: Qt interface for zlibrary
  9. Two convenience packages are provided:
  10. - fbreader-gtk: installs fbreader and zlibrary-ui-gtk
  11. - fbreader-qt: installs fbreader and zlibrary-ui-qt
  12. 'yum install fbreader' does not guarantee which interface gets picked;
  13. install fbreader-gtk or -qt instead.
  14. If both -gtk and -qt interfaces are installed, by default
  15. the Gtk+ interface is used. To change the interface you want to use,
  16. do as root:
  17. # alternatives --config zlibrary-ui
  18. to reset the choice to the default, use
  19. # alternatives --auto zlibrary-ui