Users

Developers

Compile

Prerequisites

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

Linux, Mac OSX, BSD, Solaris

uhub should compile on most systems just fine:

cmake .
make
make install

Default install directories:

Binaries /usr/local/bin/
Configuration files /etc/uhub/
Plugins /usr/lib/uhub/
Manual pages /usr/share/man/man1/

Compiling on Ubuntu and Debian

First make sure you have installed all the dependencies:

sudo apt-get install cmake make gcc git libsqlite3-dev libssl-dev

Then checkout the source code:

git clone https://github.com/janvidar/uhub.git

Now you can compile as described in the previous section.

Username:
Password: