Page 1 of 1

GNU/Linux installation issues

PostPosted: 22 Dec 2014, 00:15
by jadedoverload
Upon running the "./waf install" command as detailed in the Wiki, I get basically the following repeated a million times:

compilation terminated.
In file included from ../src/lipsofsuna/render/internal/render-attachment-particle.cpp:28:0:
../src/lipsofsuna/render/internal/render.hpp:27:32: fatal error: OgreOverlayManager.h: No such file or directory
#include <OgreOverlayManager.h>


I assume this is because I do not have the "OgreOverlayManager" library, the file is in the wrong place, etcetera- does anyone happen to know where the file should be and how one could obtain it?

Re: GNU/Linux installation issues

PostPosted: 24 Dec 2014, 23:21
by dimproject
You need to install a package which called "libogre-1.9-dev".

For Ubuntu (need at least 14.04) type in terminal: sudo apt-get install libogre-1.9-dev
or find this package in package manager (Synaptic or the other) and install.

Look here: http://lipsofsuna.org/wiki/development- ... -and-tools.