What do you mean by "integrate properly"?he packages I've been able to find have given me lli38, llc38, etc, but have not integrated properly. Any ideas?
lli
from devel/llvm38 is installed as both /usr/local/llvm38/bin/lli and /usr/local/bin/lli38. If you add /usr/local/llvm38/bin to your PATH you should be able to call lli
, llc
, etc. directly from your shell.Thanks! How do I add something to the PATH for all users?What do you mean by "integrate properly"?
lli
from devel/llvm38 is installed as both /usr/local/llvm38/bin/lli and /usr/local/bin/lli38. If you add /usr/local/llvm38/bin to your PATH you should be able to calllli
,llc
, etc. directly from your shell.
Add it to path in /etc/login.conf (e.g. under the default login class and after ~/bin). Make sure to runThanks! How do I add something to the PATH for all users?
cap_mkdb /etc/login.conf
afterwards.