Hi Community,
I followed this guide to install Alexa: MacOS Quick Start Guide
All initial steps went well on my Catalina. But in the step “Build the sample app” i get from adding this:
cmake /Users/username/Alexa/source/avs-device-sdk </em>
> -DGSTREAMER_MEDIA_PLAYER=ON </em>
> -DCURL_LIBRARY=/usr/local/opt/curl-openssl/lib/libcurl.dylib </em>
> -DCURL_INCLUDE_DIR=/usr/local/opt/curl-openssl/include </em>
> -DPORTAUDIO=ON </em>
> -DPORTAUDIO_LIB_PATH=/Users/username/Alexa/third-party/portaudio/lib/.libs/libportaudio.a </em>
> -DPORTAUDIO_INCLUDE_DIR=/Users/username/Alexa/third-party/portaudio/include </em>
> -DCMAKE_BUILD_TYPE=DEBUG
This error:
CMake Error: The source directory “/Users/username/Alexa/source/avs-device-sdk” does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
The source directory does exist…and the option entries were corrected to include my Alexa lib. Maybe I just don’t know how to add the options in Terminal.
I tried starting CMake but it does not make sense to me how to use it.
Please asssist!
I could attach contents of the errors when pressing “Configure” in CMake…but need to learn how to attach a file here…