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

Recommend building from source if a linux user in the install guide. #68

Open
tomland123 opened this issue Oct 31, 2024 · 0 comments
Open

Comments

@tomland123
Copy link

Different versions of linux have different kernels and code is compiled under a very specified version. Instead use this guide as a more generic solution:

git clone https://github.com/drift-labs/drift-ffi-sys.git
cd drift-ffi-sys
cargo build --release
sudo cp target/release/libdrift_ffi_sys.so /usr/lib/

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

1 participant