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

Cmake and LLVM #116

Open
FinnT730 opened this issue Mar 21, 2024 · 5 comments
Open

Cmake and LLVM #116

FinnT730 opened this issue Mar 21, 2024 · 5 comments

Comments

@FinnT730
Copy link

So I wanted to ask, how difficult is it to add both cmake and LLVM to this, for personal use?
Like I don't need anything official, but I just want to know how I can add new things to this.
Do I just edit the docker file?

@skeeto
Copy link
Owner

skeeto commented Mar 22, 2024 via email

@Peter0x44
Copy link
Contributor

You can look at #71 for a reference on how to add cmake. LLVM is surely harder, but if you don't want to build it, maybe just adding llvm-mingw to your PATH should be okay. Just be wary it has aliases for gcc and cc too, I think.

@FinnT730
Copy link
Author

thank you both for your answers!
I will see what I can make of it XD
If is it something good, maybe I will share it with you all :P

@PNBRQK
Copy link

PNBRQK commented Mar 24, 2024

By the way anything involving Python has trouble on older Windows versions (<=win7) due to Python's discontinuation of support.

@Peter0x44
Copy link
Contributor

Peter0x44 commented Mar 24, 2024

https://releases.llvm.org/3.7.0/tools/clang/docs/ReleaseNotes.html#id13

This release is listed as the last release of clang that supported windows XP.
Probably that will cause you some trouble too (if you care about windows XP - not that likely)

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

4 participants