Currently Online

Latest Posts

Topic: HowTo: using widelands-x86_64-build15rc1 if system doesn't have libjpeg.so.7

jawCross

Topic Opener
Joined: 2010-03-26, 07:09
Posts: 4
Ranking
Just found this site
Posted at: 2010-03-26, 07:58

There was troubleshooting relating too NEW libjpeg (system has libjpeg8, but binary uses libjpeg7). I had problem with too OLD libjpeg (my system has only libjpeg62).

It was easy solved: After I have downloaded and extracted this:

https://www.azagtoth.de/widelands-daily/widelands-x86_64-build15rc1.tar.bz2

cd widelands-build15rc1
wget http://www.ijg.org/files/jpegsrc.v7.tar.gz 
tar zxvf jpegsrc.v7.tar.gz
cd jpeg-7/
./configure
make
cp .libs/libjpeg.so.7.0.0 ../libjpeg.so.7
cd ..

And starting game with:

LD_LIBRARY_PATH=. ./widelands
Edited: 2010-03-26, 08:17

Top Quote
SirVer

Joined: 2009-02-19, 14:18
Posts: 1445
Ranking
One Elder of Players
Location: Germany - Munich
Posted at: 2010-03-26, 08:18

Jaw, thanks for those informations! I took the freedom to reformat your post a bit. Also note that build15-rc2 is right around the corner now ;).


Top Quote