Compile
Prerequisites
Before you try to compile uhub, please make sure the following prerequisites are met.
- GNU make
- gcc > 3.0 (or MinGW on Windows)
- Perl 5
- OpenSSL 0.9.8+ (optional)
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