cmusphinx / node-pocketsphinx

Pocketsphinx bindings for Node.JS
Other
242 stars 47 forks source link

Checking for module 'sphinxbase>=5prealpha' #36

Closed ghost closed 7 years ago

ghost commented 7 years ago

yes, I installed all the dependencies...

-- Checking for module 'sphinxbase>=5prealpha'
--   
CMake Error at /usr/share/cmake-3.6/Modules/FindPkgConfig.cmake:424 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.6/Modules/FindPkgConfig.cmake:597 (_pkg_check_modules_internal)
  CMakeLists.txt:6 (pkg_check_modules)

-- Configuring incomplete, errors occurred!
See also "/home/magicinventor/.nvm/versions/node/v6.8.0/lib/node_modules/pocketsphinx/build/CMakeFiles/CMakeOutput.log".
nshmyrev commented 7 years ago

You need to configure PKG_CONFIG_PATH and ensure pkg-config knows about sphinxbase and pocketsphinx.