sensel-api icon indicating copy to clipboard operation
sensel-api copied to clipboard

missing LibSenselDecompress on arch64-based OSX-machines

Open LFSaw opened this issue 2 years ago • 1 comments

I tried to build the sensel API on my osx machine, however, the dynamically linked library LibSenselDecompress seems to not be available in a native format. See also discussion on the forum.

Any help would be much appreciated.

LFSaw avatar Apr 11 '22 11:04 LFSaw

just a quick update: I managed to build the M1 version natively on my mac without the "forces" by

  1. installing the provided package (which installs an X86-based version of LibSenselDecompress.dylib into /usr/local/lib
  2. compile the XCode project without the SENSEL_PRESSURE flag (default setting).
  3. move the resulting libSensel.dylib from the Products/Debug folder to /usr/local/lib.

I am unsure what "The sensel-lib directory builds without forces by default." from the README means; So far, everything seems to work with my senselosc app... but I also do not use the raw force data in it (which I guess is what is meant with "forces").

LFSaw avatar Apr 11 '22 13:04 LFSaw