gkiagia / qtwine

A full-featured Qt/KDE interface for wine.

This URL has Read+Write access

qtwine / INSTALL
100644 28 lines (22 sloc) 0.744 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=======================
To install from source:
=======================
Extract the source, open a terminal in the source directory and type:
$ mkdir b
$ cd b
$ cmake ..
$ make
$ su
# make install
 
This will install qtwine in /usr/local/bin. To change the target prefix
directory, run "ccmake .." after "cmake ..", change CMAKE_INSTALL_PREFIX
and press c and g.
 
You will need Qt 4.3.0 or later libraries and headers to compile successfully.
 
=============
To uninstall:
=============
Just delete the executables "qtwine" and "qtwine-terminal-helper"
from $CMAKE_INSTALL_PREFIX/bin (by default /usr/local/bin).
 
Other data you may want to delete too, include:
- Settings, which are saved in ~/.config
- User data, which are saved in ~/.qtwine