1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00

Indicate which FFmpeg packages to install.

This commit is contained in:
Frank Zago 2009-06-27 12:56:21 +00:00
parent 1d0d05ad0c
commit cd589e7e2d

View File

@ -14,12 +14,12 @@ And then regenerate the build system with
To compile, at least the following packages (and their development counterparts) are needed to build:
* libstdc++ devel
* boost c++ libraries v1.36+ (1.35 will not work) (www.boost.org)
* sdl,
* sdl mixer
* sdl image
* sdl ttf
* zlib
* ffmpeg (libavformat libswscale)
* SDL and SDL-devel
* SDL_mixer and SDL_mixer-devel
* SDL_image and SDL_image-devel
* SDL_ttf and SDL_ttf-devel
* zlib and zlib-devel
* the ffmpeg libraries (libavformat and libswscale). Their name could be libavformat-devel and libswscale-devel, or ffmpeg-libs-devel or similar names.
Then do the usual
./configure
@ -27,12 +27,6 @@ Then do the usual
Note that on 64 bits linux, if the boost libraries are installed in /usr/lib64, configure will not find them and will fail. Until this is fixed, use:
./configure --with-boost-libdir=/usr/lib64
Another note on ubuntu(posible others to) - create symlincs to correct libnames in /usr/lib
eg:
sudo ln -s libswscale.so.0.7.1 libswscale.so
sudo ln -s libavformat.so.52 libavformat.so
Then build vcmi:
make