wiki page Development Environment Setup is messy

Discuss and help improve OpenMW's infrastructure: Website, Forums, issue tracker and everything having to do with keeping the lights on with OpenMW.
Post Reply
freem
Posts: 45
Joined: 20 Mar 2012, 16:22

wiki page Development Environment Setup is messy

Post by freem »

This page describe how to compile openmw and contains the list of dependencies:
Third-Party Libraries and Tools
OpenMW currently uses the following libraries:
OGRE 1.8rc1.x - the main graphic engine
OIS - a cross-platform C++ input handling library
MyGUI 3.2.0 - the in-game windows and menus
Audiere and OpenAL - for sound support
Bullet 2.80 - the physics engine
OpenMw additionally uses the following tools:
CMake - used to manage the build process
Git - used as the source control management system
As you might see, there is nothing about Qt, OIS, mpg123, sndfile...
I guess that maybe some dependency are system specific (by example, uuid) but when digging into the page, we discover common dependencies absent of the first list.
User avatar
jvoisin
Posts: 303
Joined: 11 Aug 2011, 18:47
Contact:

Re: wiki page Development Environment Setup is messy

Post by jvoisin »

Fell free to update it :)
freem
Posts: 45
Joined: 20 Mar 2012, 16:22

Re: wiki page Development Environment Setup is messy

Post by freem »

I could, but I does not have rights :)
User avatar
lgromanowski
Site Admin
Posts: 1193
Joined: 05 Aug 2011, 22:21
Location: Wroclaw, Poland
Contact:

Re: wiki page Development Environment Setup is messy

Post by lgromanowski »

freem wrote:I could, but I does not have rights :)
You need to add yourself to Wiki group here: http://forum.openmw.org/ucp.php?i=176
freem
Posts: 45
Joined: 20 Mar 2012, 16:22

Re: wiki page Development Environment Setup is messy

Post by freem »

Thanks for the info.
I will update that page when I will have run openmw on my debian.
Post Reply