source: projects/specs/trunk/f/fbreader/README.Fedora @ 1568

Revision 1568, 797 bytes checked in by munepi, 14 years ago (diff)

NEW: fbreader, liblinebreak

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