mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Indicate which FFmpeg packages to install.
This commit is contained in:
18
README.linux
18
README.linux
@@ -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:
|
To compile, at least the following packages (and their development counterparts) are needed to build:
|
||||||
* libstdc++ devel
|
* libstdc++ devel
|
||||||
* boost c++ libraries v1.36+ (1.35 will not work) (www.boost.org)
|
* boost c++ libraries v1.36+ (1.35 will not work) (www.boost.org)
|
||||||
* sdl,
|
* SDL and SDL-devel
|
||||||
* sdl mixer
|
* SDL_mixer and SDL_mixer-devel
|
||||||
* sdl image
|
* SDL_image and SDL_image-devel
|
||||||
* sdl ttf
|
* SDL_ttf and SDL_ttf-devel
|
||||||
* zlib
|
* zlib and zlib-devel
|
||||||
* ffmpeg (libavformat libswscale)
|
* 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
|
Then do the usual
|
||||||
./configure
|
./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:
|
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
|
./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:
|
Then build vcmi:
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user