Installing and Running StreamMinder

Installing the downloaded binary

If you've downloaded the pre-compiled binary, there's nothing to install. You can just run it as-is. Skip ahead to the section on running StreamMinder.

Installing from source

Short instructions for the impatient and those people already experienced in building Qt projects:

tar -xvzf StreamMinder-X.Y.tar.gz
cd StreamMinder-X.Y
qmake streamminder.pro
make

Long instructions:

If you downloaded the source code for StreamMinder, you will need to unpack the source and build the program before you can run it. Being a Qt project, there are a few tools you will need:

Open a terminal and navigate to the directory where you saved the gzipped tarball containing the source code. Unpack the tarball with the command tar -xvzf StreamMinder-X.Y.tar.gz (replacing X and Y with the version number in your tarball). This will create a new directory called StreamMinder-X.Y which houses the uncompressed source code for the program. cd into the directory and type qmake streamminder.pro to create a makefile appropriate for your system, then type make to compile the program. If all goes well, you'll end up with a few new files, including the streamminder executable.

Running the compiled program

Whichever way you got the binary, you can run it in the same ways you would run any other binary: