diff options
author | Chris Roberts <croberts@bongle.co.uk> | 2012-07-04 00:32:20 +0800 |
---|---|---|
committer | Chris Roberts <croberts@bongle.co.uk> | 2012-09-10 19:23:38 +0800 |
commit | 381b16455997c1f2224dcd0cc20453ad2510f975 (patch) | |
tree | 4f314aced8fba4f608798b3c704e3ac111605ead /docs | |
parent | d748cb5bdd9df1a401d32599464c47c3480f7073 (diff) |
[tags] Add Makefile and taglib dependency, add taglib to xcode, android, linux and win32 depends
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.linux | 2 | ||||
-rw-r--r-- | docs/README.ubuntu | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/README.linux b/docs/README.linux index f31da618b6..42c7fbc861 100644 --- a/docs/README.linux +++ b/docs/README.linux @@ -57,7 +57,7 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl, libswscale-dev, libtinyxml-dev, libtool, libudev-dev, libusb-dev, libva-dev, libvdpau-dev, libvorbis-dev, libxinerama-dev, libxmu-dev, libxrandr-dev, libxt-dev, libyajl-dev, lsb-release, nasm [!amd64], python-dev, - python-support, unzip, yasm, zip, zlib1g-dev, libcap-dev + python-support, unzip, yasm, zip, zlib1g-dev, libcap-dev, taglib(>= 1.8) *** For developers and anyone else who compiles frequently it is recommended to use ccache diff --git a/docs/README.ubuntu b/docs/README.ubuntu index 12afda2a8e..dcb0437259 100644 --- a/docs/README.ubuntu +++ b/docs/README.ubuntu @@ -58,6 +58,12 @@ 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. + + # make -C lib/taglib + # sudo make -C lib/taglib install + -------------------------------------------------------------- 3.2. Use a single command to get all build dependencies -------------------------------------------------------------- |