1) un-compress and move the whole thing to /usr/nreal/shake-v4.10.0606/
2) vi .bashrc at /home/usrname and add following:
PATH=$PATH:/usr/nreal/shake-v4.10.0606/bin
NR_SHAKE_LOCATION=/usr/nreal/shake-v4.10.0606
NR_ICON_PATH=$HOME/nreal/icons
NR_INCLUDE_PATH=$HOME/nreal/include
LD_LIBRARY_PATH=/usr/nreal/shake-v4.10.0606/lib
### omit the next line if running 32-bit Linux ###
LD_LIBRARYN32_PATH=/usr/nreal/shake-v4.10.0606/lib
### always include this last line ###
export NR_SHAKE_LOCATION NR_ICON_PATH NR_INCLUDE_PATH
NR_SHAKE_LOCATION=/usr/nreal/shake-v4.10.0606
NR_ICON_PATH=$HOME/nreal/icons
NR_INCLUDE_PATH=$HOME/nreal/include
LD_LIBRARY_PATH=/usr/nreal/shake-v4.10.0606/lib
### omit the next line if running 32-bit Linux ###
LD_LIBRARYN32_PATH=/usr/nreal/shake-v4.10.0606/lib
### always include this last line ###
export NR_SHAKE_LOCATION NR_ICON_PATH NR_INCLUDE_PATH
3) open /usr/nreal/shake-v4.../bin/shake and edit LIBRARY_PATH
move '/usr/bin' to the end of the list.
4) log out and log in
5) type 'shake' and find out what are missing files.
You will see libXz, libXi, libX11 etc...
(those files are missing because Shake is 32bit software)
(You need them in either /usr/lib or /usr/nreal/shake.../lib)
6) find their package names and install
yum whatprovides filename
sudo yum install packagename
(package must be 32bit version, so they should have names like libXi-1.1.1-1.fc7.i386.rpm. NOT x86_64)
(For libXi and libX11 you need older version, in this case, fc7)
7)type 'shake' and the application should start. :)