Game Development Community

dev|Pro Game Development Curriculum

Setting up Torque from CVS on Ubuntu

by Logan Buesching · 04/02/2006 (10:32 am) · 6 comments

My guide may be found at this location:

http://web.ics.purdue.edu/~ljbuesch/cms/?q=node/5

About the author

Recent Blogs


#1
04/02/2006 (5:15 pm)
Excellent! Thanks for posting this! :)
#2
04/09/2006 (10:12 am)
Just a note, nasm can be found in Synaptic (or apt-get) providing you have universe, multiverse and restricted apt repositories setup.

Here's what I use in my /etc/apt/sources.list:
deb http://ca.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb http://ca.archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

Note: change the "ca" in "ca.archive.ubuntu.com" to your country's mirror.

Once you've changed /etc/apt/sources.list, in a terminal simply do:
sudo apt-get update
sudo apt-get install nasm
#3
12/23/2006 (11:09 am)
You saved my life. I couldn't get the SDK to work until I installed the packages you suggested. There is still some kind of issue with the sound, though. I first noticed the problem with the demo and now the same thing is happening with the SDK. I installed the libopenal0 like you suggested but the programs are still complaining that openal is not there. I also tried to compile openal from source like another posting suggested and it's still complaining. Anyway, thanks for the post.
#4
02/11/2007 (9:24 am)
The link to the guide isn't working can you please post a new one?
Is this also the instructions to install the demo?

Thanks.
#5
09/20/2007 (11:35 am)
Confirmed, it doesn't work for 1.5 version...
Please man update your your guide.

PS. Maybe for bugs relative to gcc4:
#6
12/24/2007 (11:47 am)
Cvs says that there is no such server "cvs.garagegames.com". Is there still CVS access?