Hi guys!
I successfully installed the public beta 1 SuSE package on my gentoo box.
Using the rpm2tar command i converted the rpm to a tar package:
rpm2tar Instant_Player-SuSE-2.0.0_beta1.i586.rpm
Then as root:
cd /
tar path/to/Instant_Player-SuSE-2.0.0_beta1.i586.tar
This will untar the instantplayer files to /opt/instantReality.
You can test if the command line player sav works like this:
/opt/instantReality/bin/sav /opt/instantReality/share/resources/Splash.wrl
If this presents you a nice rotating beta logo you are lucky! I wasn't because i was missing some libraries.
* freealut
* libexpat
I emerged freealut-1.0.1 and checked for libexpat which was already installed. Unfortunately the instantplayer executables are link against libexpat.so.1 and my gentoo installation just provided libexpat.so.0. So i created a symbolic link:
ln -s /usr/lib/libexpat.so.0 /usr/lib/libexpat.so.1
and voila!
Still some issues with the sound, but hey

Thumbs up guys, nice work
