I am trying to install emokit on an Ubuntu partition of my macbook pro. I am up to step 48 in the instructions, when I receive an error:
matt@MattsUbuntu:~/Downloads/emokit-master$ cmake .
CMake Error: The source directory "/home/matt/Downloads/emokit-master" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.
What can I do to complete this step?
I'm one of the maintainers of emokit. First off, you're running off my personal fork, not the main repo. The main repo for the C code is at
http://github.com/openyou/emokit-c
The python repo is now
http://github.com/openyou/emokit
That changed in May 2016, so it's a fairly recent deal. We decided to keep the regular 'emokit' as python because most emokit users aren't touching the C libraries.
For any other questions you may have, just file issues in the emokit-c repo and I'll do what I can, though I'm WAY behind on it right now.