I reply here too Gouwi...
---
Ubuntu users, that uses OGRE 1.6.4, could add this APP (instructions into the web page):
https://launchpad.net/~sonsilentsea-team/+archive/sonsilentseaAnd install the libraries and demos with the following commands:
- Code: Select all
sudo apt-get install libskyx skyx-demo1 skyx-demo2
But to could uses the demos you must copy the demos folders (/usr/share/SkyX/Demo1 & /usr/share/SkyX/Demo2) to a folder where you have permissions.
---
Linux users, with OGRE >= 1.6.4 could...
download this file:
https://launchpad.net/~sonsilentsea-team/+archive/sonsilentsea/+files/libskyx_0.1.1.orig.tar.gzUncompress where you want, and do:
- Code: Select all
make clean
make
sudo make install
This commands will install the libraries into /usr/lib (libskyx.so.0.1.1, and the link libskyx.so), and the headers into /usr/include/SkyX.
Also, you could download the demos (that runs in GLSL) from here:
https://launchpad.net/~sonsilentsea-team/+archive/sonsilentsea/+files/skyx-demo1_0.1.1-Ubuntu1.tar.gzhttps://launchpad.net/~sonsilentsea-team/+archive/sonsilentsea/+files/skyx-demo2_0.1.1-Ubuntu1.tar.gz- Code: Select all
make clean
make
That builds the executable into bin/Release/ folder.
The demos includes a Code::Blocks project too.
---
I hope that could help you!!!