So, instead of building the project relative to my project folder, it installs into "/opt/" directory in linux. Why would I want to do that? And what if I am working with Windows, instead?
Since the application is build in "/opt/" isn't this similar to an installer for my software? When should I prefer to do that?
Should I use this concept also if I want relative path for debug/release directories like in Eclipse?