reinob wrote:Most programs are configured to be installed under /usr/local, while most distributions configure them to be installed under /usr.
So when you do your ./configure && make && make install dance, you just have to make sure the PREFIX is not /usr, but /usr/local, or, if OK, some path in your home (like "./configure --prefix=/home/software/" or such).
Whether that works or not with the Brave Browser is something you will have to check. I don't even know if they use autoconf.
And good luck if you think compiling a Chromium-based browser is a simple matter of "configure, make, make install".
I would suggest you rebuild Debian's Chromium from its source in order to get some idea of how long something like that takes!
The one in Sid is supposed to build on stock Buster, but hasn't been backported yet for some reason...