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
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