jasaw / bbPiCam

Raspberry Pi Baby Monitor
GNU General Public License v2.0
62 stars 6 forks source link

'make' is not recognized as an internal or external command, operable program or batch file. #1

Closed BenjaminNeilDavis closed 8 years ago

BenjaminNeilDavis commented 9 years ago

I am having issues with both Load environment variables: and 'make'. I have tried to research what the issue is but cannot find it. What am I doing wrong? Thanks

jasaw commented 9 years ago

Try installing 'make' on your build machine. If you're running make on a Raspbian, try running 'sudo apt-get install build-essential' first. If you already have 'make' installed, make sure you have it in your PATH environment variable.

As for the 'Load environment variables', you have to edit the build_env file to point to your own directory structure. What error message are you getting at this step?