How can I switch from clang11 to clang14 on freebsd?
02:27 29 Mar 2024

hello on my server clang 11.0.1 version is installed but my project is compiled with clang14, when I write the command " pkg install clang14 " I get an error like clang14 not found.

please help me solve this problem, thank you.

terminal showing attempt to install clang14 package

I tried to download clang14 from llvm web page but I couldn't install it :(

c++ clang clang++ freebsd pkg