Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
cf7ec2c9
Commit
cf7ec2c9
authored
Mar 04, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user.xml: add section about compiling for Android
parent
dadd3ca6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
user.xml
doc/user.xml
+46
-0
No files found.
doc/user.xml
View file @
cf7ec2c9
...
...
@@ -265,6 +265,52 @@ apt-get install g++ \
script.
</para>
</section>
<section
id=
"android_build"
>
<title>
Compiling for Android
</title>
<para>
MPD can be compiled as an Android app. It can be installed
easily with
<link
linkend=
"install_android"
>
Google
Play
</link>
, but if you want to build it from source, follow
this section.
</para>
<para>
You need:
</para>
<itemizedlist>
<listitem>
<para>
Android SDK
</para>
</listitem>
<listitem>
<para>
<ulink
url=
"https://developer.android.com/ndk/downloads/index.html"
>
Android
NDK
</ulink>
</para>
</listitem>
</itemizedlist>
<para>
Just like with the native build, unpack the
<application>
MPD
</application>
source tarball and change
into the directory. Then, instead of
<command>
./configure
</command>
, type:
</para>
<programlisting>
./android/build.py SDK_PATH NDK_PATH
make android/build/mpd-debug.apk
</programlisting>
<para>
This downloads various library sources, and then configures
and builds
<application>
MPD
</application>
.
</para>
</section>
</section>
<section
id=
"systemd_socket"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment