Results 1 to 3 of 3
Ok, when I get a .tar.gz file, usually, there's alot of folders with C source code and I have no clue how to get all that together to get a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-16-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 55
I think you need to compile, I don't know...
Ok, when I get a .tar.gz file, usually, there's alot of folders with C source code and I have no clue how to get all that together to get a program, someone help!
- 10-16-2005 #2
Usually you go into the source directory then run:
Code:# ./configure # make # make install
- 10-16-2005 #3Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
of course, there are many, many, many variations of this, so in the initial directory that the tarball uninstalled to check to see if there is a readme...you may also have to pass certain options to the configure...
Operating System: GNU Emacs


Reply With Quote
