EVERTims / evertims

Beam tracing software
Other
46 stars 14 forks source link

Compiling Error - bsd/stdlib.h #9

Closed oliverman54 closed 2 months ago

oliverman54 commented 3 years ago

Hello, I am not very experienced with compiling programs, but I'd really like to try out this software. When I try to run the linux build script it calls for the bsd/stdlib.h file. It refuses to continue (obviously) Why is this file required? Is my C++ installation misconfigured somehow? I'm not sure. I know this may not be a specific issue with your program, but I'm out of ideas.

fhubau commented 2 years ago

You are missing the libbsd library. Just run sudo apt-get install libbsd-dev and it should be fixed.