-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINSTALL
48 lines (25 loc) · 774 Bytes
/
INSTALL
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
* About qtunet-qt4
1. Build
To build qtunet-qt4, go to src/qtunet-qt4, run Qt4's qmake (usually qmake-qt4 or qmake), and run
make
2. Install
To install qtunet-qt4 after build, run
make install
as root. It would be installed into /usr/local/bin/qtunet
3. Uninstall
To uninstall qtunet-qt4, run
make uninstall
as root.
* About mytunet console version
1. Build
To build the console version, go to src/mytunet-console/console, run
./genmakefile.sh
make
2. Install
To install mytunet console version after build, run
make install
as root. It would be installed into /usr/local/bin/mytunet
3. Uninstall
To uninstall mytunet, run
make uninstall
as root.