forked from pipelka/xvdr-addon-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (22 loc) · 815 Bytes
/
README
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
Android XVDR addon for XBMC
---------------------------
This respository creates and installable apk file for android.
Prerequisites:
* Android NDK installed
* Android SDK installed (Platform Version 10)
Cloning the GIT repository:
# git clone --recursive [email protected]:pipelka/xbmc-addon-android.git
Preparing the build:
# ./bootstrap
# ./configure --with-sdk=/path/to/android-sdk --with-ndk=/path/to/android-ndk
This will update the project environment.
Building the sources:
# make
This will compile the addon binary and create an installable
debug apk.
Installing on device or emulator:
# make install
This will install and launch the debug version.
Registering the addon:
After installation start the "XVDR Addon" app and press "Register Addon".
This will register the PVR addon in XBMC.