"Compile" is to build the binaries. Install is to setup the binaries on your system. If you use my builds you are only installing, if you build from source, you are "compiling" then installing. If you build from source you could also only "compile" and run the binaries from the source folder, without installing.
I put compile in quotes cause the actual term is to build the binaries.
so i compiled my current version and run armory via the CLI by typing "armory" using the /usr/local/bin. thus, i'm running the binaries from the source folder without an install, correct, ? if so, do i just "make clean" before i compile this new version?
edit: wait, i think i ran "sudo make install" after compiling on my system for my current version. does that mean i did both a compile and a local install? if that's the case, then i need to run "make uninstall" on the previous version before "make clean", right?