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

Support installing from cmake, or emit an error when it's tried #526

Open
cpu opened this issue Jan 16, 2025 · 0 comments · May be fixed by #532
Open

Support installing from cmake, or emit an error when it's tried #526

cpu opened this issue Jan 16, 2025 · 0 comments · May be fixed by #532
Assignees

Comments

@cpu
Copy link
Member

cpu commented Jan 16, 2025

If folks miss the note that cmake is only required for the client/server example it might be tempting to try and use cmake to install rustls-ffi.

We're in bad shape for that case right now because it:

a) doesn't work!
b) doesn't emit any kind of error!

Making it actually work might require work towards #519 since we're presently "installing" the library to a fixed location in the example binary build dir as a pre-req for the client/server binaries.

Making it emit an error should be straight forward and an easy UX win.

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

Successfully merging a pull request may close this issue.

1 participant