Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/fuzzymatch/fuzzymatch.c

Issue 14164: fuzzymatch needed libtiff to compile for me. (Closed)
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/fuzzymatch/fuzzymatch.c
diff --git a/third_party/fuzzymatch/fuzzymatch.c b/third_party/fuzzymatch/fuzzymatch.c
index f8a0993d63c893f4b20f96f23589bc4dce615859..889fc870b4f5f9db39d1587ed397c2a876f4f86f 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698