Home › Forums › General Banter › HOW TO get quake2world working in Ubuntu 12.04 LTS
- This topic has 20 replies, 7 voices, and was last updated 9 years, 8 months ago by
Sore_Loser.
-
AuthorPosts
-
September 28, 2013 at 8:58 pm #65596
PizzaDude
MemberSince 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 checkinstalland then run the game:
$ quake2worldSeptember 28, 2013 at 9:15 pm #69953PizzaDude
Member< shameless self advertisement >also posted on my blog http://pizzadude.ca/blog/?p=59 < /shameless self advertisement >
September 28, 2013 at 11:29 pm #69954linuxgnuru
Participantdone and done; just let me know when/where we can play. Might want to PM that sore loser.
September 28, 2013 at 11:35 pm #69955madhi19
MemberYeah you kind of forgot sudo make install at the end. Also I could not get ./configure to work until I added libxml2-dev.
September 28, 2013 at 11:45 pm #69956PizzaDude
Membermadhi19 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.
September 28, 2013 at 11:49 pm #69957PizzaDude
Memberlinuxgnuru 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.
September 29, 2013 at 12:52 am #69959Sore_Loser
MemberBinaries worked for me. Try them out first.
September 29, 2013 at 4:39 am #69961kloinka
ParticipantGood 4 me after I realized I didn’t have development tools installed on this pc.
September 29, 2013 at 7:33 am #69962Venn Stone
Keymaster-j3 can be replaced with -jnumberofavailablethreads
September 29, 2013 at 8:02 am #69963linuxgnuru
ParticipantFriends shouldn’t let friends troll while drinking
September 29, 2013 at 10:29 am #69965kloinka
Participanttrollinking=trolling+drinking
September 29, 2013 at 12:03 pm #69966Sore_Loser
MemberFun 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.
September 29, 2013 at 12:57 pm #69968PizzaDude
MemberWe should play sometime Thom.
September 29, 2013 at 2:39 pm #69970Sore_Loser
MemberEmergency at work today. Def soon though…
September 30, 2013 at 3:10 am #69975linuxgnuru
ParticipantAlthough my internet is shit; I’d love to setup a server.
-
AuthorPosts
- You must be logged in to reply to this topic.