I'm trying to build the first ogre tutorial
I'm on Debian Wheezy - beta 4 and I've installed these packages :
- libois-dev
- libogre-dev
I've built the tutorial with this line :
g++ -I/usr/include/OGRE -I/usr/include/OIS -lOgreMain -lOIS -o main *.cpp
I get this : SdkTrays.h no such file or directory
I've checked, the header is neither in /usr/include or in /usr/local/include (recursively).
Is it possible to get sdktrays under debian squeeze ?