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

fix: better install user experience for z3 #93

Merged

Conversation

yihong0618
Copy link
Contributor

This patch is for better install experience for z3
for most z3 compile like Mac M1-M4 and arm system, its hard for new user to install z3.h in their env,
This patch use static-link to easy user install.

More info can check: prove-rs/z3.rs#224
#2 and #58

@hxuhack
Copy link
Contributor

hxuhack commented Jan 17, 2025

Thanks. This may slowdown the installation. Do you have better solutions?

@hxuhack hxuhack merged commit 748ce4a into Artisan-Lab:main Jan 17, 2025
1 check passed
@yihong0618
Copy link
Contributor Author

Thanks. This may slowdown the installation. Do you have better solutions?

not have a better solution, I think brew install z3 or others also take the time, maybe static is fine here

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 this pull request may close these issues.

2 participants