You can try to follow the build instructions like mentioned in another comment but be aware that you are trying to build for a platform which has as far as I can see no official support compile instructions for the software. YMMV.
Hence the need to build themselves.
It boils down to: download the source, install the dependencies, (configure,) compile, install. In this case, you need make/cmake.
You could also crosscompile (on another machine), but that's trickier. If you've never compiled something yourself, maybe start with a known-good configuration from your distribution's sources.