[go: nahoru, domu]

Skip to content
New issue

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

Run on Windows 11 Native #29

Open
phreed opened this issue Jul 28, 2023 · 1 comment
Open

Run on Windows 11 Native #29

phreed opened this issue Jul 28, 2023 · 1 comment

Comments

@phreed
Copy link
phreed commented Jul 28, 2023

Work with conda-forge packages.
The following environment may be sufficient.

name: llvm

channels:
  - conda-forge
  - defaults

dependencies:

# build tools
- cmake
- conan 
- ninja
# - vcpkg

# https://github.com/conda-forge/clangdev-feedstock
- clang
- clang-format
# - clang-format-16
- clang-tools
- clangdev
# - clangxx
- libclang
- libclang-cpp
# - libclang-cpp16
# - libclang13
# - python-clang

# https://github.com/conda-forge/llvmdev-feedstock
- libllvm16
- lit
- llvm
- llvm-tools 
- llvmdev

As it is conda it should work for any platform.

I am working on a PR.

@banach-space
Copy link
Owner

Thank you for looking into this! Windows CI would be a very welcome addition to llvm-tutor.

-Andrzej

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants