Ok , here we go for setup in 64 Bits mode ( usefull if you want to have Vmware or virtualbox in // )
1- install ubuntu in dual boot ( again , it's not working well in a Virtual machine )
2- update your ubuntu ( apt-get update / apt-get upgrade ).
3- verify to have a proprietary video driver. ( see picture 1 and 2)
5-unpack the dead heat archive .
now it's time to check for dependencies.
open a terminal in dead heat directory ( second mouse buton click , 'open terminal')
type command : sudo ldd a.elf
sudo ldd dh_emu.so
you will have the full list of dependencies here , if some are not found , we must install them. ( see picture 3)
6 install missing dep.
we will install the missing dependencies , but they are in 32bits in this case. so
type command: >sudo dpkg --add-architecture i386
then add all this dep.( more than expected , but needed by other game )
> sudo apt-get install libc6:i386 libstdc++6:i386 libcg:i386 libcggl:i386 libcurl3:i386 libglu1-mesa:i386 libasound2-plugins:i386 libsdl1.2-dev:i386
if some packets won't install , add a dev repo with :
>sudo add-apt-repository ppa:ubuntu-toolchain-r/test
if all is ok , launch the game ( after changing a.elf properties see picture 4) with >sudo LD_PRELOAD=./dh_emu.so ./a.elf Dh_CAMERAFIX=1 ( if you don't have any camera)
you can also edit the data/csv/config.csv for more option