HOW TO get quake2world working in Ubuntu 12.04 LTS

Home Forums General Banter HOW TO get quake2world working in Ubuntu 12.04 LTS

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #65596
    PizzaDude
    Member

    Since the prebuilt binaries don’t work in Ubuntu 12.04 LTS/Linux Mint 13, here’s a way to get it working.

    mkdir ~/source
    cd ~/source
    mkdir q2w
    cd q2w/
    git clone https://github.com/jdolan/quake2world.git
    git clone https://github.com/jdolan/quake2world-data.git
    sudo ln -s ~/source/q2w/quake2world-data/target /usr/local/share/quake2world
    cd ~/source/q2w/quake2world
    sudo apt-get install autoconf automake libtool libcurl4-openssl-dev libphysfs-dev libsdl-image1.2-dev libsdl-mixer1.2-dev check
    autoreconf -i
    ./configure
    make -j3
    sudo checkinstall

    and then run the game:
    $ quake2world

    #69953
    PizzaDude
    Member

    < shameless self advertisement >also posted on my blog http://pizzadude.ca/blog/?p=59 < /shameless self advertisement >

    #69954
    linuxgnuru
    Participant

    done and done; just let me know when/where we can play. Might want to PM that sore loser.

    #69955
    madhi19
    Member

    Yeah you kind of forgot sudo make install at the end. Also I could not get ./configure to work until I added libxml2-dev.

    #69956
    PizzaDude
    Member
    madhi19 wrote:
    Yeah you kind of forgot sudo make install at the end. Also I could not get ./configure to work until I added libxml2-dev.

    Sudo checkinstall is basically make install but it also creates a deb file.

    #69957
    PizzaDude
    Member
    linuxgnuru wrote:
    done and done; just let me know when/where we can play. Might want to PM that sore loser.

    Not tonight, maybe tomorrow if you’re online.

    #69959
    Sore_Loser
    Member

    Binaries worked for me. Try them out first.

    #69961
    kloinka
    Participant

    Good 4 me after I realized I didn’t have development tools installed on this pc.

    #69962
    Venn Stone
    Keymaster

    -j3 can be replaced with -jnumberofavailablethreads

    #69963
    linuxgnuru
    Participant

    Friends shouldn’t let friends troll while drinking

    #69965
    kloinka
    Participant

    trollinking=trolling+drinking

    #69966
    Sore_Loser
    Member

    Fun game, especially for free. Pretty fast paced, and scratched my Q2 itch. Trick jumps seem even easier than vanilla Q2. Virtually NO players/servers tho… Which sux a sweaty taint.

    #69968
    PizzaDude
    Member

    We should play sometime Thom.

    #69970
    Sore_Loser
    Member

    Emergency at work today. Def soon though…

    #69975
    linuxgnuru
    Participant

    Although my internet is shit; I’d love to setup a server.

Viewing 15 posts - 1 through 15 (of 21 total)
  • You must be logged in to reply to this topic.