Fedora 15 - XFE installation ============================ Public domain ******************************************************************************** ### Prerequisites 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 ******************************************************************************** ### fox-1.6.40.tar.gz ./configure --prefix=/usr/ --disable-opengl && make && make install ******************************************************************************** ### xfe-1.32.2.tar.gz ./configure --prefix=/usr/ LIBS=-lX11 && make && make install ******************************************************************************** _BY: Pejman Moghadam_ _TAG: xfe_ _DATE: 2011-10-22 11:44:10_