You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initially tried on macOS but having no joy thought I'd give it a go on Linux. I'm using a bare bones Debian image (latest version) with the requirements installed. I cannot do a simple build. I followed the steps as per the home page.
@matthewblott The message means you have no compiler installed. Or you have one but /usr/bin/cc is not a symlink to the compiler. Mybe there exsist something like update-alternatives for debian too to create the symlink from /usr/bin/cc to the installed compiler like gcc.
I initially tried on macOS but having no joy thought I'd give it a go on Linux. I'm using a bare bones Debian image (latest version) with the requirements installed. I cannot do a simple build. I followed the steps as per the home page.
Step 1:
Which results with:
Step 2:
Which results with:
I also tried the following:
But I didn't have any joy with this either.
Any help appreciated :-)
The text was updated successfully, but these errors were encountered: