Compile

Prerequisites

Before you try to compile uhub, please make sure the following prerequisites are met.

Linux, Mac OSX, Windows, FreeBSD, NetBSD and OpenBSD

Simply, run
make

Solaris

Use GNU make:
make SOLARIS=YES

Enabling SSL support

SSL is by default disabled, but can be enabled by invoking make with the USE_SSL argument. Note, that you should probably do a "make clean" if you have already compiled uhub before without SSL support.

Example:
make USE_SSL=YES