Linux library requirements
From OHRRPGCE-Wiki
To compile the OHRRPGCE from Source on GNU/Linux, you need the following libraries: glibc libtermcap libX11, XPM, Xrandr, Xrender SDL_mixer
You may also want timidity for its instruments.
[edit] Debian GNU/Linux
Also applies to: Ubuntu
glibc and termcap should be installed by default (your mileage may vary). To get other libraries, use apt
apt-get install libx11-dev libxpm-dev libxrandr-dev libxrender-dev libsdl-mixer1.2-dev timidity
[edit] Fedora Core 5
Also applies to: Redhat, XO
On fedora, use yum
yum install glibc-devel libtermcap-devel libX11-devel libXpm-devel libXrandr-devel libXrender-devel SDL_mixer-devel
