Files
simple-rust-tests/live-reload-rust/greet-rs
2020-10-01 00:03:03 +08:00
..
2020-10-01 00:03:03 +08:00
2020-10-01 00:03:03 +08:00
2020-10-01 00:03:03 +08:00
2020-10-01 00:03:03 +08:00
2020-10-01 00:03:03 +08:00

build libgreet.so

direct build or use build.rs: RUSTFLAGS="-L ${PWD}/.." cargo build

run: LD_LIBRARY_PATH="${PWD}/.." ./target/debug/greet-rs