aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorspiff <spiff@xbmc.org>2012-10-30 21:36:37 +0100
committerspiff <spiff@xbmc.org>2012-10-31 22:07:19 +0100
commit29b980423f8af3299a7b636696e7ab580d73e922 (patch)
tree846dc7c9f307d34a23724ea0fe37ea2b91c19524 /docs
parent3142ddd6fd0bcb9ad6b7d3455fb713f69cd55f27 (diff)
added: update taglib instructions for quantal
Diffstat (limited to 'docs')
-rw-r--r--docs/README.ubuntu11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/README.ubuntu b/docs/README.ubuntu
index d9134c2869..5a42f671d1 100644
--- a/docs/README.ubuntu
+++ b/docs/README.ubuntu
@@ -58,14 +58,19 @@ In this case you will have to manually compile the latest version.
# make
# sudo make install
-We currently need a version of taglib that has not been packaged yet. We supply a Makefile in
-lib/taglib to make it easy to install into /usr/local until it is available in apt.
+For >= 12.10
+ # sudo apt-get install libtag1-dev
+
+For <= 12.04
+
+We need a new version of taglib than what is available. We supply a Makefile in
+lib/taglib to make it easy to install into /usr/local.
# make -C lib/taglib
# sudo make -C lib/taglib install
Unless you are proficient with how linux libraries and versions work, do not
-try to provide it yourself.
+try to provide it yourself, as you will likely mess up for other programs.
--------------------------------------------------------------
3.2. Use a single command to get all build dependencies