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

Is it possible to use a binary cling build directly, without building it from source? #34

Closed
glyh opened this issue Jun 5, 2023 · 1 comment

Comments

@glyh
Copy link

glyh commented Jun 5, 2023

As title, thanks.

@jeaye
Copy link
Member

jeaye commented Jun 5, 2023

The cling sources are required, since jank needs to link with them. Just installing a cling binary using your package manager isn't going to get you the necessary libs for cling, clang, and llvm which jank needs to build. However, there is a ticket here for more pre-built binaries: #26

You might also try the pre-built ubuntu binaries (even if you just run it in a docker container): https://github.com/jank-lang/jank/releases/tag/latest

@glyh glyh closed this as completed Jun 5, 2023
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