We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clang
msys2
Zero-to-Emacs-and-Org-roam/30.setup-org-roam.md
Lines 5 to 20 in 3dce488
In Windows 11, at least, the following worked for me (and feels a little less involved than MSYS2). From admin CMD prompt:
winget install LLVM.LLVM
set PATH=%PATH%;%PROGRAMFILES%\LLVM\bin
where clang
emacs
emacsql-sqlite
The text was updated successfully, but these errors were encountered:
Thank you. Do you need to do something to get winget working? Or every Windows 11 installation comes with it?
Sorry, something went wrong.
looks like it's built-in to Windows 10 (build 1809 and newer) and Windows 11 [ref]
Okay, thank you. I’ll see if I have it. If it works, I’ll consider switching over. I’d also see if this way works for pdf-tools (msys2 works).
No branches or pull requests
Zero-to-Emacs-and-Org-roam/30.setup-org-roam.md
Lines 5 to 20 in 3dce488
In Windows 11, at least, the following worked for me (and feels a little less involved than MSYS2). From admin CMD prompt:
winget install LLVM.LLVM
set PATH=%PATH%;%PROGRAMFILES%\LLVM\bin
where clang
to verifyclang
is availableemacs
from this prompt and proceed to "Install Org-roam in Emacs" phase --emacsql-sqlite
should compile fine...The text was updated successfully, but these errors were encountered: