Qt4 GUI for wine (W.I.N.E)
***********************************************
 
Q4Wine is an qt4 GUI for W.I.N.E. It will helps you to
manage wine prefixes and installed applications.
 
This Software is published under the terms of the GNU GPL V3 and comes
without any warranty. Feel free to change or distribute this software.
 
Notes
***********************************************
This software comes with absolutely no warranty. You will NOT get any support or help for WineTools,
Wine, software installations, Linux or Microsoft Windows from the author.
 
If you need help, ask the mailing lists at http://www.winehq.org/site/forums.
 
If you want support, buy the commercial versions of wine: CodeWeavers CrossOver Office
http://www.codeweavers.com for Desktop Applications.
 
q4wine was initially written by Alexey S. Malakhov aka John Brezerk.
 
General ideia comes from WineTools scripts witch was initially written by Frank Hendriksen.
It is licensed under the terms GPL v3 license.
 
Build dependencies
***********************************************
sudo
wine
>=sqlite-3.5.6
>=which-2.19
>=icoutils-0.26.0
>=qt-4.4.0
>=qt-sql-4.4.0       NOTE: qt-sql might have sqlite drivers support!
>=qt-gui-4.4.0
>=qt-core-4.4.0
>=qt-network-4.4.0
>=qt-dbus-4.4.0
wget

Optional dependencies
***********************************************
fuseiso
 
Installation
***********************************************
1. $ tar -xvzf q4wine-x.xxx-rx.tar.gz
2. $ cd q4wine
3. $ mkdir build
4. $ cd build
5. $ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
 
   q4wine build options:

       By default, q4wine will install allfile into this directoryes:

       CMAKE_INSTALL_PREFIX      : /usr/local
       DESKTOP_ENTRY_PATH        : /usr/local/share/applications
       PIXMAPS_ENTRY_PATH        : /usr/local/share/pixmaps
       MANPAGE_ENTRY_PATH        : /usr/local/share/man
       LIBS_ENTRY_PATH           : /usr/local/lib/q4wine   (for x86    systems)
       LIBS_ENTRY_PATH           : /usr/local/lib64/q4wine (for x86_64 systems)

       Optional buils falgs:     : Default | Possible

       DEBUG                     : OFF | ON
       WITH_ICOUTILS             : ON  | OFF
       WITH_EMBEDDED_FUSEISO     : OFF | ON
       SYSTEM_QTSINGLEAPP        : OFF | ON
       WITH_WINEAPPDB            : ON  | OFF
       USE_BZIP2                 : OFF | ON
       USE_GZIP                  : OFF | ON
       WITH_DBUS                 : ON  | OFF

       DEBUG                     : If ON, then q4wine will write debug messages into STDOUT
                                 : use it in debug or bug report cases;
       WITH_ICOUTILS             : If ON, then build q4wine with icoutils support;
       WITH_WINEAPPDB            : If ON, then build q4wine with wine appdb browser support;
       USE_BZIP2                 : Use bzip2 to compress man pages;
       USE_GZIP                  : Use gzip to compress man pages;
       WITH_DBUS                 : If ON, then build q4wine with QtDBUS notifycation support;

6. $ make
7. $ make install
8. $ q4wine
6. Enjoy :)

PS: If you install q4wine in non standart directory, and gets error "error while loading shared libraries: libq4wine-core.so"
just run q4wine with LD_LIBRARY_PATH={$path_to_q4wine_prefix}/lib/ q4wine

Uninstall:
***********************************************
In q4wine build root run:
xargs rm < install_manifest.txt

Changelog
***********************************************
See changelog file for details
 
-- 
Regards,
 
Alexey S. Malakhov
OpenXlout, q4wine ( http://q4wine.brezblock.org.ua ) main developer.
BrezBlock ( http://brezblock.org.ua ) maintainer
e-mail: brezerk@gmail.com
web: http://brezblock.org.ua
BrezBlock, Kiev, Ukraine

