How do I test this code?

joeyd999

Joined Jun 6, 2011
5,283
The author assumes you know how to build from source code (i.e. "make").

Generally, you download and/or extract the source code into its own directory somewhere in your home tree, "cd" to that directory and type "make". Sometimes, "./configure" or "make config" is required first.

You must have build tools installed (i.e. Ubuntu: "sudo apt install build-essential").

And probably other libraries and -dev headers (of which the config script should notify you).
 
Last edited:
Top