> I first tried downloading the prebuilt windows libraries from github,
> and every time I try to run the programs in the bin folder it tells
> me I'm missing 'psmoveapi.dll'. I'm sure this isn't the only dll I'm
> missing either (which I assumed would have been in this compiled
> version).
The DLLs are located in the lib/ folder. You have to put them somewhere
Windows will find them. You can either put them right next to the
executables in the bin/ folder or add the full path of the lib/ folder
to the PATH environment variable.