-
Notifications
You must be signed in to change notification settings - Fork 12
/
INSTALL
30 lines (18 loc) · 805 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
-[ prerequisites ]-----------------------------
- rdesktop dependencies
- a compiler for the rdesktop host
- a compiler for Windows
-[ steps ]-------------------------------------
1) get rdesktop source code
http://www.rdesktop.org/#download
2) get rdesktop out-of-process virtual channel patch (oop.patch)
http://sf.net/tracker/index.php?func=detail&aid=1472969&group_id=24366&atid=381349
3) apply rdesktop patch
4) compile & install patched rdesktop
5) compile client with "make client"
6) compile server
case 1: cross-compilation from UNIX, use mingw32
you may have to fix the compiler path in server/Makefile.mingw32
run "make server-mingw32"
case 2: compilation from Windows, use whatever you want ..
ex: "nmake /nologo /f Makefile.nmake"