Public domain
yum install gcc
yum install gcc-c++
yum install intltool
yum install libX11-devel
#yum install lesstif-devel
yum install libXft-devel
#yum install wine
yum install mesa-libGL-devel
yum install mesa-libGLU-devel
#yum install libpng
yum install libpng-devel
./configure --prefix=/usr/ --disable-opengl && make && make install
./configure --prefix=/usr/ LIBS=-lX11 && make && make install
BY: Pejman Moghadam
TAG: xfe
DATE: 2011-10-22 11:44:10