[News] New build scripts for 2.1 and 2.2

News, announcements and important global threads from the Ogre3D Team.
Post Reply
screwt
Kobold
Posts: 29
Joined: Wed Feb 28, 2007 9:18 am
x 2

Re: [News] New build scripts for 2.1 and 2.2

Post by screwt »

The SDL2 part fails in the script (2.1 linux), i had to manualy build it.
That appart it goes well, good job.
A check for all the needed tools at the beginning could be good also (i was missing mercurial and ninja)


Just a tip for linux user, you may miss some libs for libSDL2:

Code: Select all

sudo apt-get install build-essential mercurial make autoconf automake libtool libasound2-dev  libpulse-dev libaudio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxi-dev libxinerama-dev libxxf86vm-dev libxss-dev libgl1-mesa-dev libesd0-dev 
Source:

http://forums.libsdl.org/viewtopic.php?p=30799

Error:

Code: Select all

union SDL_SysWMinfo::<anonymous>’ has no member named ‘x11’
Post Reply