From 127dd84cede022cd5173ff2d7450677a14486784 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20Gim=C3=A9nez?= Date: Tue, 8 Jul 2014 19:10:35 -0300 Subject: [PATCH] A little comment about a compilation matter: -lungif parameter is not usually correct, in some cases throws a linker error. --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index f64cac3..957b59c 100644 --- a/README +++ b/README @@ -19,6 +19,8 @@ - type: make install - enjoy... +NOTE: In some cases, when the compilation throws a reference error (ld program (the linker) cann't find the "DGifGetLine" symbol) you may need to run: ./configure --libs=-lgif + 4. USAGE Just run fbv without any arguments, and a short help message will appear... -- 2.11.4.GIT