diff options
author | maheus <mathieu.lehoux@voila.fr> | 2012-10-24 10:46:10 +0300 |
---|---|---|
committer | maheus <mathieu.lehoux@voila.fr> | 2012-10-24 10:46:10 +0300 |
commit | a3a6ffd6edd13593e55cea809c7d70102bcc30c8 (patch) | |
tree | dff73d7f4a43f935310a2737256d6764ea626186 /docs | |
parent | 2924e3eb0c45c72b0c3065923e00c278fbbbf813 (diff) |
Update docs/README.android
add cmake in apt-get for compile TagLib
MakeFile in taglib directory line 25:
cd $(SOURCE)/build; cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_STATIC=1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.android | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.android b/docs/README.android index feb96ccc9d..8d9be17073 100644 --- a/docs/README.android +++ b/docs/README.android @@ -28,7 +28,7 @@ These are the minimum packages necessary for building XBMC. Non-Ubuntu users will need to get the equivalents. # sudo apt-get install build-essential default-jdk git curl autoconf \ - unzip zip zlib1g-dev gawk gperf + unzip zip zlib1g-dev gawk gperf cmake If you run a 64bit operating system you will also need to get ia32-libs |