The proper way to install it is to extract everything and copy all of the files into their respective directories in /usr/ So everything in bin goes to /usr/bin; include to /usr/include; lib to /usr/lib; share to /usr/share
It is recommended to use /usr/local/bin if the binaries were compiled by you to not mix them with system binaries in /usr/bin, just a recommendation though.