PDA

View Full Version : Tips on installing on CentOS 6.4



BluesClues
06-25-2013, 11:42 AM
just a tip on how to install on CentOS for those of us dumb enough to come back to EQ after so many years =)

Probably overkill on the qt, but I am a n00b and it works

Installed CentOS 6.4 in a VM via the CentOS-6.4-i386-bin-DVD1.iso then needed the following:



yum install svn
yum install libtool
yum install gcc-c++
yum install qt qt-demos qt-designer
yum install libpcap-devel
yum update


Pulled down shortbuss' latest .tar and extracted


make -f Makefile.dist build
./configure && make && make install

ShortBuss
06-25-2013, 12:09 PM
ShowEQ uses QT3, not 4. Maybe you already had it installed or maybe qt installed it. For my RHEL 6.3 system the package is:
qt-devel-3.3.8b-30-el6

I think at least. Being not very experienced with all this I generally just go for overkill so I selected all QT3 that was available.

BluesClues
06-25-2013, 12:37 PM
ShowEQ uses QT3, not 4. Maybe you already had it installed or maybe qt installed it. For my RHEL 6.3 system the package is:
qt-devel-3.3.8b-30-el6

I think at least. Being not very experienced with all this I generally just go for overkill so I selected all QT3 that was available.

Thanks ShorBuss!

I suspect that just
yum install qt qt-demos qt-designer

would suffice then!