LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-21-2003, 02:03 AM   #1
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Rep: Reputation: 35
Installing Games on a Linux System


Hey Guys,

I'm new to the board and I have just purchased a Linux operating system. I have a Thiz-Linux system. I finally learned to install Netscape on it and boy what a learning experience that was.

I am now having difficulty trying to install this Linux based game called Space Racer.

I have gone as far as untarring the game by using this command below;

tar -zxvf spaceracer-0.2.3.tar.gz

and it goes through it's usual motion, however I don't know what other command to set in place to further install it.

I have tried everything, but I have no clue.

Any recommendation?

d-1
 
Old 06-21-2003, 02:06 AM   #2
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
There is usually a README or INSTALL file in the directory that you have untarred. The general way to install files like this are:

./configure
make
make install(As root)

These commands are not always set in stone so its best to check the README or INSTALL files first.
 
Old 06-21-2003, 02:16 AM   #3
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Quote:
Originally posted by Crashed_Again
There is usually a README or INSTALL file in the directory that you have untarred. The general way to install files like this are:

./configure
make
make install(As root)

These commands are not always set in stone so its best to check the README or INSTALL files first.
I tired those commands and I get a bad command response.

./configure
make
make install (I'm not sure what you mean by as root?)

Any other suggestions? I did try to read the read me file, but had no luck.

d-1
 
Old 06-21-2003, 02:23 AM   #4
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Quote:
Originally posted by Crashed_Again
There is usually a README or INSTALL file in the directory that you have untarred. The general way to install files like this are:

./configure
make
make install(As root)

These commands are not always set in stone so its best to check the README or INSTALL files first.
Inside the readme file it states this:

TO Install:

just type "configure" then "make" and "make install". The software uses the gnu system install so look next if you want to configure your installation.

That's all it states in the ReadMe file,

d-1

Last edited by dolphans1; 06-21-2003 at 02:25 AM.
 
Old 06-21-2003, 02:33 AM   #5
BlckJck
Member
 
Registered: Jun 2003
Location: Midwest USA
Distribution: Debian (www.knoppix.net)
Posts: 43

Rep: Reputation: 15
log in as root, go into the directory that you untarred the game into.
type ./configure (note the period before the slash)
then type make
then make install

If you are still getting errors, post the full terminal display with the commands as you typed them and the response...
 
Old 06-21-2003, 02:41 AM   #6
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Quote:
Originally posted by BlckJck
log in as root, go into the directory that you untarred the game into.
type ./configure (note the period before the slash)
then type make
then make install

If you are still getting errors, post the full terminal display with the commands as you typed them and the response...
When you say to log on as root, do you mean to log on in my xterm [root@localhost root]#?

I appreciate the help.

I have tried the above as you've stated.

How can i post the full terminal display?

d-1
 
Old 06-21-2003, 02:15 PM   #7
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Quote:
Originally posted by BlckJck
log in as root, go into the directory that you untarred the game into.
type ./configure (note the period before the slash)
then type make
then make install

If you are still getting errors, post the full terminal display with the commands as you typed them and the response...
I still haven't figured it out. Does anyone have any good linux games that can be downloaded so I can try and duplicate your steps.

I never could install the SpaceRacer game.

d-1
 
Old 06-21-2003, 05:07 PM   #8
MadNewbie
Member
 
Registered: Jun 2003
Posts: 31

Rep: Reputation: 15
A great game for linux is ,RTCW Enemy Territory, wich is free and easily installed since it is a .run file. I can't remmeber where I downloaded it, but just do a google, or go to planetwolfenstein and find the link.
 
Old 06-21-2003, 05:23 PM   #9
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Quote:
Originally posted by MadNewbie
A great game for linux is ,RTCW Enemy Territory, wich is free and easily installed since it is a .run file. I can't remmeber where I downloaded it, but just do a google, or go to planetwolfenstein and find the link.
How are the graphics of the game?

d-1
 
Old 06-21-2003, 05:31 PM   #10
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
ROOT is the name of the administrator account. He has access to everything (including the ability to install programs).

You can either log in as root at startup, or in an xterm (or any terminal), you can type in "su" , it will ask you for your root password, and then you are root, so you can install programs.
 
Old 06-22-2003, 06:31 PM   #11
MadNewbie
Member
 
Registered: Jun 2003
Posts: 31

Rep: Reputation: 15
Quote:
Originally posted by dolphans1
How are the graphics of the game?

d-1

I would say fairly good, I have not played many fps games so dont know what I can compare it with. You can prolly find some screenshots at www.planetwolfenstein.com. I guess the graphics are kind of similar with the RTCW game.

MadNewbie
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Linux on my system? **DONOTDELETE** Linux - Newbie 2 04-26-2006 09:15 AM
Games support: will my 3D games work on Linux OS? COOLER_KING Linux - Newbie 2 03-25-2004 09:50 PM
Starting/Installing Linux Games synapse Mandriva 2 01-23-2004 03:20 AM
Installing Windows games on linux Dillutedmind Linux - Software 17 04-18-2003 11:19 PM
Games freeze my system Boom Linux - Newbie 1 01-08-2003 11:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration