Compiling from source

First, run the configure script:

$ ./configure

If this script does not detect all libraries and headers, while they are present, specify the locations using command line arguments to configure. Run ./configure --help for details.

After configure has finished, run make.

Now that ctrlproxy has been built, find your system administrator or become root yourself and run make install.