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/README.ubuntu | |
parent | d748cb5bdd9df1a401d32599464c47c3480f7073 (diff) |
[tags] Add Makefile and taglib dependency, add taglib to xcode, android, linux and win32 depends
Diffstat (limited to 'docs/README.ubuntu')
-rw-r--r-- | docs/README.ubuntu | 6 |
1 files changed, 6 insertions, 0 deletions
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 -------------------------------------------------------------- |