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

again again and again

This commit is contained in:
Łukasz Wychrystenko 2009-06-27 14:28:51 +00:00
parent cd589e7e2d
commit 0b20c0cf61

View File

@ -27,6 +27,11 @@ 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