LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   POLL: Where do you... (https://www.linuxquestions.org/questions/linux-general-1/poll-where-do-you-18861/)

glock19 04-18-2002 03:34 PM

POLL: Where do you...
 
...download and compile your source?

Me, I download to /usr/src and compile it there also.

How about you?

trickykid 04-18-2002 03:44 PM

user home directories..
do my install.. clean out the leftovers from install
cause most if you use tarballs will auto install to the correct directories.. so no need to clutter /usr/src or /usr ever..

PostDeals 04-18-2002 03:46 PM

where is the poll?

glock19 04-18-2002 03:48 PM

I don't know how to make an actual poll, but just respond however you like.

AutoBot 04-18-2002 07:45 PM

I download to ~/desktop/Tars, extract to a subfolder in the same directory then configure, make, and su make install from that subfolder and I keep my make file for make uninstall purposes.

Mara 04-19-2002 03:18 AM


 
I use /usr/local/src and install everything in /usr/local.

Syncrm 04-19-2002 07:31 AM

larger applications (like apache) i compile in /usr/src/ and for smaller items (like windowmaker dockapps) i just use my /root/src/ dir i created.

glock19 04-19-2002 11:34 AM

Looks like a lot of diversity out there.

I wonder if there is a standard location that is traditionally used by Unix/Linux?

Thymox 04-19-2002 12:26 PM

I have a 'files' directory under each users' ~. In there I have docs and progs, and I d/l stuff to progs. I would use /usr/src if I was the only one using my machine, but I also have my housemate (a CS student) occasionally log into my Linux box, and having lots of files with different owners in one directory would make things confusing.

taz.devil 04-19-2002 02:05 PM

Re: POLL: Where do you...
 
Quote:

Originally posted by glock19
...download and compile your source?

Me, I download to /usr/src and compile it there also.

How about you?

To add my weird ways. I like to download everything into it's appropriate category in my ~/downloads folder which obviously contains a tree with many dirs for updates, misc, music etc..
As for my source, I created a /builds directory containing different compiled programs and source that is easy to get to instead od /usr/local/src (for me that is), then I just let things install, which usually means into /usr/local anyhow. So, is that silliness or what? :)


All times are GMT -5. The time now is 05:22 PM.