summaryrefslogtreecommitdiffstats
path: root/third_party/fuzzymatch
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-16 20:11:48 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-16 20:11:48 +0000
commita0c7c25b98dcfa9e83ee3caf552f8ceccd9c39fc (patch)
tree6f375fcb98d7ba576c5ff0e7fcf58dbdab1b5207 /third_party/fuzzymatch
parent22b8141e6627e1f5ce26c0d36e47938460c08f09 (diff)
downloadchromium_src-a0c7c25b98dcfa9e83ee3caf552f8ceccd9c39fc.zip
chromium_src-a0c7c25b98dcfa9e83ee3caf552f8ceccd9c39fc.tar.gz
chromium_src-a0c7c25b98dcfa9e83ee3caf552f8ceccd9c39fc.tar.bz2
fuzzymatch needed libtiff to compile for me.
Review URL: http://codereview.chromium.org/14164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7080 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/fuzzymatch')
-rw-r--r--third_party/fuzzymatch/fuzzymatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/fuzzymatch/fuzzymatch.c b/third_party/fuzzymatch/fuzzymatch.c
index f8a0993..889fc87 100644
--- a/third_party/fuzzymatch/fuzzymatch.c
+++ b/third_party/fuzzymatch/fuzzymatch.c
@@ -32,7 +32,7 @@
* Otherwise the binary exists with code 0.
*
* This requires leptonica to be installed. On Ubuntu do
- * # apt-get install libleptonica libleptonica-dev
+ * # apt-get install libleptonica libleptonica-dev libtiff4-dev
*
* Build with:
* % gcc -o fuzzymatch fuzzymatch.c -llept -ljpeg -ltiff -lpng -lz -lm -Wall -O2