Open aleksei-tro opened 1 year ago
Same problem here.
The error details seem to indicate that the repository was not cloned with submodules or the submodules were not initialized after clone. Either clone the repository with the --recurse-submodules
flag, or run git submodule init
inside the repository after cloning.
Trying to follow the instructions to build API interface.
cmake
runs fine, butcmake --build
failswith the followingAre there some undocumented dependencies I need to install? I'm actually only interested in TS/JS, is it possible to make cmake only build those and bypass python altogether