Click to See Complete Forum and Search --> : Compiling from Source


Footlong
02-16-2001, 08:25 PM
When you type 'make install' how can you tell where it installs everything? Thanks.

carwyn
02-16-2001, 08:37 PM
Usually everything gets echoed back to the console so (assuming you're using something like xterm) just scroll up and you should be able to find everything you need.

My system tends to prefix everything with /usr/local, so apps might get put in /usr/local/share with the binaries going in /usr/local/bin.

Hope thats a help