Results 1 to 3 of 3
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
05-21-2008 #1
- Join Date
- Apr 2008
- Posts
- 3
where to put your compiled source (Evolution)
Thanks, Neil
Last edited by Dapper Dan; 05-21-2008 at 11:23 AM.
-
05-21-2008 #2
You shouldn't do it in /usr/bin, that's for certain! /usr/bin is where the final program will go, but you don't build it there. Either use your home directory or something like /usr/local/src.
"I'm just a little old lady; don't try to dazzle me with jargon!"
www.hrussman.entadsl.com
-
05-22-2008 #3
You probably need to look at the File Heirarchy Standard. It will help you understand where files should go on a Unix system. /usr/bin is for binaries only, so you shouldn't be extracting anything in there.