Necessary Hardware
...
Initialize and update the necessary C Library submodule:
...
(...)
/QSL-for-sm_clib
$ git submodule init
...
$ git submodule init
$ git submodule update
You can also checkout the latest release with subversion:
$ svn checkout https://github.com/dustcloud/QSL-for-sm_clib.git
but then you will also have to checkout the latest release of the C Library, since SVN does not support git submodules:
$ svn checkout https://github.com/dustcloud/sm_clib.git
...