BetaONE will rise again!


Reply
  #1  
Old 19th Dec 01, 06:57 AM
magrute magrute is offline
Member
 
Join Date: Jul 2001
Posts: 39
magrute
was wondering if anyone had any good advice on installing source code?
i have read many things about it but it was pretty much just to confusing to get a grasp on. any help would be appriciated
Reply With Quote
  #2  
Old 19th Dec 01, 11:24 PM
craftyc craftyc is offline
Senior Member
 
Join Date: Aug 2001
Location: Here.
Posts: 261
craftyc
I know what you mean. I think if you take a look at Linux.com, and dig around there is something there that might help you. I cna't remember the exact link so sorry about that.
Reply With Quote
  #3  
Old 20th Dec 01, 03:30 AM
magrute magrute is offline
Member
 
Join Date: Jul 2001
Posts: 39
magrute
ya it's very confusing and i am just not gettin it by reading some shit.it's very frustrating sometimes
Reply With Quote
  #4  
Old 20th Dec 01, 01:08 PM
Zone-MR Zone-MR is offline
M.I.A.
 
Join Date: Sep 2001
Location: Near Newcastle, UK
Posts: 1,077
Zone-MR will become famous soon enoughZone-MR will become famous soon enough
Send a message via MSN to Zone-MR
I presume you mean you want to install a package supplied as source code and not as binaries?

Well, sometimes it varies, but the general procedure is as follows.

1. If the file comes as a tar.gz file, you need to extract it. This can be done by typing "tar -zxf tarname". After this is done you change to the directory where the files went using the cd command.

2. Most source code distributions come with a script that compiles and installs the program. Type "make" at the shell and press enter. If all goes well, you should see the program being compiled.

3. Check if the program comes with an install script. Type "make install" at the shell. If you get an error, do an "ls" to see all files and see if the make command created an exceutable file. If it did, it can be launched by typing "./filename".

Good luck!
__________________
[img]http://celltrack.spv-developers.com/render/Zone-MR.png[/img]
[url="http://future.betaone.net/forum/links.php?url=http://future.betaone.net/forum/links.php?url=http://zone-mr.net"]http://zone-mr.net[/url] - Transcribing Life
Reply With Quote
  #5  
Old 20th Dec 01, 10:53 PM
magrute magrute is offline
Member
 
Join Date: Jul 2001
Posts: 39
magrute
thanx Zone-MR i will try that.
do you mean ./filename or /filename, in otherwords with or without the period?
Reply With Quote
  #6  
Old 21st Dec 01, 11:57 AM
Zone-MR Zone-MR is offline
M.I.A.
 
Join Date: Sep 2001
Location: Near Newcastle, UK
Posts: 1,077
Zone-MR will become famous soon enoughZone-MR will become famous soon enough
Send a message via MSN to Zone-MR
With the period - ./filename

Typing /filename would attempt to reference filename in the / directory, which is the root directory. Typing ./filename attempts to find the file in the current directory.

If you are fammilliar with DOS the principal is very similar, . references the current directory, .. means go up a directory etc. For example typing ../../filename will try to find the filename two directories up, so it you are in /usr/magrute/somepath, it would look in /usr.

Hope this helps.
__________________
[img]http://celltrack.spv-developers.com/render/Zone-MR.png[/img]
[url="http://future.betaone.net/forum/links.php?url=http://future.betaone.net/forum/links.php?url=http://zone-mr.net"]http://zone-mr.net[/url] - Transcribing Life
Reply With Quote
  #7  
Old 21st Dec 01, 08:13 PM
kamikazee's Avatar
kamikazee kamikazee is offline
Senior Member
 
Join Date: Jul 2001
Posts: 323
kamikazee
Send a message via AIM to kamikazee
My biggest problem right now is i get a no viewer error?? I have absolutely no idea bout this???? HELP please??
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Speed up system. greasemonkey Hardware Support 6 6th Nov 01 08:32 PM


All times are GMT +1. The time now is 12:50 PM.


Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.