Skip to content

Commit 5c20c7f

Browse files
committed
Merge branch 'master' of github.com:iiordanov/remote-desktop-clients
2 parents e5c2056 + 13895d7 commit 5c20c7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

BUILDING

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@ in the directory structure of the project, you no longer have to work
55
in Eclipse to develop bVNC.
66

77

8-
I-a. Building with pre-built dependencies.
8+
I-a. Building bVNC with pre-built dependencies.
99
- Set the environment variable PROJECT to one of bVNC, aSPICE, or aRDP.
1010

1111
export PROJECT=bVNC
1212
./eclipse_projects/download-prebuilt-dependencies.sh
1313
./eclipse_projects/bVNC/copy_prebuilt_files.sh $PROJECT
14+
./eclipse_projects/bVNC/prepare_project.sh --skip-build $PROJECT nopath nopath
1415

1516

1617
I-b. Building from scratch and working in Android Studio.
1718

1819
- On Linux, install Android Studio, Android SDK, and Android NDK
1920

2021
- Install at least the following dependencies on your Linux machine:
21-
cmake automake libtool intltool gtk-doc-tools gnome-common gobject-introspection nasm
22+
cmake automake libtool intltool gtk-doc-tools gnome-common gobject-introspection nasm
2223

2324
- To build bVNC, aSPICE, or aRDP
2425

0 commit comments

Comments
 (0)