File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,21 @@ in the directory structure of the project, you no longer have to work
5
5
in Eclipse to develop bVNC.
6
6
7
7
8
- I-a. Building with pre-built dependencies.
8
+ I-a. Building bVNC with pre-built dependencies.
9
9
- Set the environment variable PROJECT to one of bVNC, aSPICE, or aRDP.
10
10
11
11
export PROJECT=bVNC
12
12
./eclipse_projects/download-prebuilt-dependencies.sh
13
13
./eclipse_projects/bVNC/copy_prebuilt_files.sh $PROJECT
14
+ ./eclipse_projects/bVNC/prepare_project.sh --skip-build $PROJECT nopath nopath
14
15
15
16
16
17
I-b. Building from scratch and working in Android Studio.
17
18
18
19
- On Linux, install Android Studio, Android SDK, and Android NDK
19
20
20
21
- 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
22
23
23
24
- To build bVNC, aSPICE, or aRDP
24
25
You can’t perform that action at this time.
0 commit comments