Installation
Installation
- PLEASE See INSTALL text file in q4wine package. This HOTO can be outdated!
- $ tar -xvzf q4wine-x.xxx-rx.tar.gz
- $ cd q4wine
- $ mkdir build
- $ cd build
- $ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
Note:
By default, q4wine will install desktop files in to /usr/share/applications/ You can change install path by adding -DDESKTOP_ENTRY_PATH=/usr/local/share/application to cmake options.
By default, q4wine need icoutils to be installed. If you wish to disable icoutls support add -DWITH_ICOUTILS=OFF to cmake options.
By default, q4wine not support winetriks. If you wish to enable winetriks support add -DWITH_WINETRIKS=ON to cmake options.
By default, q4wine not enable developer stuff. If you wish to enable developer stuff add -DWITH_DEVELOP_STUFF=ON to cmake options.
You can build embeded fuseiso (q4wine-mount) by adding this to cmake options -DWITH_EMBEDDED_FUSEISO=ON Use this only if you too lazy to download it from SF and apply RH path's.
- $ make
- $ make install
- $ q4wine
- Enjoy :)













