diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-11-07 23:55:17 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-11-08 21:05:10 +0100 |
commit | aeb4d27dec4ad42ee31973b1b2fc5ccc30ef0f78 (patch) | |
tree | 5027b4fdf68b799a3f266f69af6a689a1561c52f | |
parent | 3affcc99a831b896d75c390f9546f3d54b5fa10d (diff) | |
download | ffmpeg-aeb4d27dec4ad42ee31973b1b2fc5ccc30ef0f78.tar.gz |
doc/faq: explain libfoo-dev packages.
-rw-r--r-- | doc/faq.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index ad0b13f1ed..a7b34b16a6 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -79,6 +79,17 @@ not a bug they should fix: Then again, some of them do not know the difference between an undecidable problem and an NP-hard problem... +@section I have installed this library with my distro's package manager. Why does @command{configure} not see it? + +Distributions usually split libraries in several packages. The main package +contains the files necessary to run programs using the library. The +development package contains the files necessary to build programs using the +library. Sometimes, docs and/or data are in a separate package too. + +To build FFmpeg, you need to install the development package. It is usually +called @file{libfoo-dev} or @file{libfoo-devel}. You can remove it after the +build is finished, but be sure to keep the main package. + @chapter Usage @section ffmpeg does not work; what is wrong? |