summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlichenxuan <lichenxuan@saicmotor.com>2016-10-09 17:25:08 +0800
committergunnarx <gunnarx@users.noreply.github.com>2017-03-23 01:19:43 +0100
commitd84350f0ccb709152664b7235f74e6e80448a91f (patch)
tree02b542176e9c993786c21eb72e291cbdf5584470
parentd325007d9c3d83e77f490815cd5e8c41c06aa76a (diff)
downloadaudiomanagerdemo-d84350f0ccb709152664b7235f74e6e80448a91f.tar.gz
Update README as it's out-of-date:HEADmaster
1. Add sqlite3 and python into build dependency 2. Change URL of Pulse Control Interface patch to correct one 3. Change checkout branch name as it's no longer valid
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 785d58a..a972dd6 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,8 @@
* PulseAudio
* DBus
* Qt5
+* Python
+* sqlite3
---
## Build Instruction for Ubuntu 14.04 PC
@@ -25,9 +27,9 @@
$ git clone git://git.projects.genivi.org/AudioManager.git
$ curl "http://git.projects.genivi.org/?p=meta-genivi-demo.git;a=blob_plain;f=recipes-multimedia/audiomanager/audiomanager/0001-Porting-Pulse-Routing-Interface-from-AM-v1.x-to-AM-v.patch;h=7d6ebbf710d0a0d46d99797f5ef6dd3712a888fe;hb=HEAD" > 0001-Porting-Pulse-Routing-Interface-from-AM-v1.x-to-AM-v.patch
- $ curl "http://git.projects.genivi.org/?p=meta-genivi-demo.git;a=blob_plain;f=recipes-multimedia/audiomanager/audiomanager/0001-Porting-Pulse-Control-Interface-from-AM-v1.x-to-AM-v.patch;hb=HEAD" > 0001-Porting-Pulse-Control-Interface-from-AM-v1.x-to-AM-v.patch
+ $ curl "http://git.projects.genivi.org/?p=meta-genivi-demo.git;a=blob_plain;f=recipes-multimedia/audiomanager/audiomanager/0001-Porting-Pulse-Control-Interface-from-AM-v1.x-to-AM-v.patch;h=9a61d3c83cc5954bca1a0c644b3aec4aa94e8f5d;hb=HEAD" > 0001-Porting-Pulse-Control-Interface-from-AM-v1.x-to-AM-v.patch
$ cd AudioManager
- $ git checkout Intreprid_stable_branch
+ $ git checkout 6e700bfc7faecb6d7e0f31c9d08b8b4f6cd1b3dd
$ patch -p1 < ../0001-Porting-Pulse-Routing-Interface-from-AM-v1.x-to-AM-v.patch
$ patch -p1 < ../0001-Porting-Pulse-Control-Interface-from-AM-v1.x-to-AM-v.patch
$ mkdir build