AtomLinter / linter-clang

Lint C-based files using Clang.
55 stars 29 forks source link

Failed to spawn command 'clang' #269

Open Exter-dg opened 5 years ago

Exter-dg commented 5 years ago

Failed to spawn command clang. Make sure clang is installed and on your PATH Screenshot from 2019-08-27 17-50-44

Arcanemagus commented 5 years ago

Do you have clang installed and on your $PATH as it suggests? which clang should return a path if so.

Exter-dg commented 5 years ago

Do you have clang installed and on your $PATH as it suggests? which clang should return a path if so.

How can I add it to my $PATH in Linux?