Changes between Version 4 and Version 5 of CompilationGuide/Generic
- Timestamp:
- Dec 23, 2013, 2:38:45 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Generic
v4 v5 33 33 The following directory are usually involved by the installation: 34 34 * PREFIX/bin: contains the generated binaries (e.g. {{{ffmpeg}}}, {{{ffplay}}}, {{{ffprobe}}} etc. in the case of FFmpeg) 35 * PREFIX/include: contains the library headers (e.g. {{{libavutil/avstring.h}}}, {{{libavcodec/avcodec.h}}}, {{{libavformat/avformat.h}}} etc. in case of FFmpeg), required to compile applications linked against the package libraries 35 36 * PREFIX/lib: contains the generated libraris (e.g. {{{libavutil}}}, {{{libavcodec}}}, {{{libavformat}}} etc. in the case of FFmpeg) 36 37 * PREFIX/share: contains various system-independent components, especially documentation files and examples … … 79 80 80 81 You should also make sure that the library version provided by the distribution is compatible with the one required by the configured source package. If the required package is more recent than the library version provided by your distribution, you may need to install from source. 82 83 84 == Post-installation troubleshoot == 85 86 First of all verify that the binaries, headers and libraries have been installed in the supposed location (along the PREFIX path). To verify the binaries install you can simply run a command with the tool name, and verify the complete path with {{{which -a}}}, which will show all the tools with the given name available in the system. 87 88 Extra care must be paid in case you have several installations of the same package, in order to avoid conflicts.
