How to compile tar.gz files?

Booting, installing, newbie
Post Reply
Message
Author
User avatar
puppyLUVER1234
Posts: 80
Joined: Sun 05 Aug 2007, 21:26
Location: Georgia, United States
Contact:

How to compile tar.gz files?

#1 Post by puppyLUVER1234 »

I have a file made up entirely of source code and i need to know how to compile it. The file is named spacetrek.tar.gz and i need the command to compile it.

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#2 Post by muggins »

assuming you've already downloaded, and made sure it's working, the relevant devx_xxx.sfs file for your pupversion, after unpacking the archive, the usual sequence is:

cd spacetrek
./configure
make
make install

Post Reply