diff options
author | spiff <spiff@xbmc.org> | 2012-09-13 22:55:55 +0200 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2012-09-13 22:56:47 +0200 |
commit | 6a49fe622fe3a1cce1f882ec04ae5aaa6db8e9df (patch) | |
tree | d0a304c3e0a357168190279ae456c26c0c957174 /docs | |
parent | 64a8c4662e2856684422356eb2a1300e1c348e1d (diff) |
changed: update taglib instructions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.ubuntu | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/README.ubuntu b/docs/README.ubuntu index a8e1041992..d9134c2869 100644 --- a/docs/README.ubuntu +++ b/docs/README.ubuntu @@ -58,12 +58,15 @@ In this case you will have to manually compile the latest version. # make # sudo make install -We currently need an unreleased version of taglib. We supply a Makefile in -lib/taglib to make it easy to install into /usr/local until taglib makes a release. +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. # 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. + -------------------------------------------------------------- 3.2. Use a single command to get all build dependencies -------------------------------------------------------------- |