forked from iiordanov/remote-desktop-clients
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUILDING
37 lines (28 loc) · 1.43 KB
/
BUILDING
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
1. Install sqlitegen plugin into Eclipse from:
http://code.google.com/p/sqlitegen/
NOTE: I found that with Eclipse 4.0 this tool no longer works.
A fix or workaround is badly needed.
2. Clone the FreeRDP project in the parent directory of where you
cloned bVNC project:
git clone git://github.com/FreeRDP/FreeRDP.git
You should now have bVNC and FreeRDP side by side in the same
directory.
Add bVNC, ZoomerWithKeys and PubkeyGenerator from the
bVNC/eclipse_projects/ directory to Eclipse as existing Android
projects.
Add FreeRDPCore from the FreeRDP/client/Android/ directory
to Eclipse as an Existing Android Project.
3. Ensure ZoomerWithKeys, PubkeyGenerator, and FreeRDPCore projects
are called exactly as written here by right-clicking
on each of them, then selecting Refactor->Rename
3. Add the ZoomerWithKeys, PubkeyGenerator, and FreeRDPCore projects
as Library References to bVNC (right-click on the bVNC project
and select Properties -> Android -> Library). If they are not,
add them.
4. Ensure that ZoomerWithKeys, PubkeyGenerator, and FreeRDPCore
are specified as "Required projects on the build path" (right-
click on the bVNC project, and select Properties -> Java Build
Path -> Projects). If they are not, add them.
5. Ensure that ZoomerWithKeys, PubkeyGenerator, and FreeRDPCore
are referenced in Properties -> Project References (put
checkmarks on projects).