Updates

Updates are coming from time to time. Instructions on how to update your source code are located at the download page.

Updating uhub

Again, we presume your source is located in your home directory.

cd uhub

To make sure we reconfigure makefile correctly by deleting CMakeCache.txt:

rm CMakeCache.txt

Then we can continue configuration and install:

cmake CMakeLists.txt
make install