Installing own binaries

I am trying to build my own binaries. In the binary installation step, from which directory should I run this command?
PREFIX=/usr/local sudo make install

And can anyone please explain me this line as well?
“It is assumed that $PREFIX/lib is a valid library path, otherwise you may need to alter your environment.”

Same directory you ran make in. See previous step in referenced link.

2 Likes