drift-labs / drift-rs

rust sdk to interact with drift v2
Apache License 2.0
22 stars 15 forks source link

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

Open tomland123 opened 1 month ago

tomland123 commented 1 month ago

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/