3 lines
130 B
Bash
3 lines
130 B
Bash
|
cargo build
|
||
|
cargo test --features c-headers -- generate_headers
|
||
|
cc main.c -o main -L target/debug -l bdk_ffi -l pthread -l dl -l m
|