[SOLVED] Linux Install and Anjuta configuration.

A forum to store posts deemed exceptionally wise and useful
Post Reply
sparkes
Posts: 3
Joined: Tue Jan 11, 2005 2:04 pm
Location: Wolverhampton UK
Contact:

[SOLVED] Linux Install and Anjuta configuration.

Post by sparkes »

A little pointer to help others stuggling with irrlicht and anjuta on linux. I had problems with the native libjpeg conflicting with the irrlicht version. It seems that not only has the path got to be set correctly but so has the order of the libs.

Install the libs compiled during setup into `/usr/local/libs`

In Settings->Compiler and Linker Settings choose the Library Paths so that /usr/lib/local is the top setting.

Choose the libraries tab and add the libs in this order

Irrlicht
GL
Xxf86vm
Xext
X11
z
jpeg

This should solve any problems with versions of jpeg libs and allow you to enjoy Irrlicht ;-)
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

nice, if only I had this a month ago!!! :D

thnx man, I'm reinstalling linux on my other machine. I've never been able to test Irrlicht on linux.
Post Reply