just a quick update: I managed to build the M1 version natively on my mac by
- installing the provided package (which installs an X86-based version of
LibSenselDecompress.dylib
into/usr/local/lib
- compile the XCode project without the
SENSEL_PRESSURE
flag (default setting). - move the resulting
libSensel.dylib
from theProducts/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 data in it (which I guess is what is meant with “forces”).
I added an issue on the github page