>$ make install Actually # make install i.e., need to be root.
Also, dependencies need to be met but the script will tell you what is missing if anything, in a more or less cryptic way. Usually problems hunting dependencies come from the different package names between distros or the packages not being available or being too old to satisfy the requirements. In such cases one needs to first compile the dependencies. (And their dependencies...)
But often it is indeed as simple as inputting those three commands.
