Results 1 to 3 of 3

Thread: Tips on installing on CentOS 6.4

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    10

    Tips on installing on CentOS 6.4

    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:

    Code:
    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
    Code:
    make -f Makefile.dist build
    ./configure && make && make install
    Last edited by BluesClues; 06-25-2013 at 01:12 PM.

  2. #2
    Registered User
    Join Date
    Jun 2003
    Posts
    113

    Re: Tips on installing on CentOS 6.4

    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.

  3. #3
    Registered User
    Join Date
    Jan 2003
    Posts
    10

    Re: Tips on installing on CentOS 6.4

    Quote Originally Posted by ShortBuss View Post
    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!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On