how to simplify getting build dependencies

when building projects from source you're very likely to run into build dependencies. whilst you can just install them one by one, it can be far easier to use sudo apt-get build-dep. here is how to set it up:
  1. open up software & updates
  2. tick source code

[source]