ln -s ../ssl .
go build trusterdGo.go
install_name_tool -change libtrusterd.dylib ../libtrusterd.dylib trusterdGo
./trusterdGo
go run trusterdGo.go
npm install node-ffi/node-ffi#gh-241
npm install ref
node trusterd.js
opam install extlib ctypes
ocamlfind ocamlopt -o trusterdML -linkpkg -package ctypes,ctypes.foreign,extlib trusterdML.ml
./trusterdML &
cd trusterd_rs
cargo build
install_name_tool -change libtrusterd.dylib ../../libtrusterd.dylib target/debug/trusterd_rs
cargo run
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../..
cargo run
python trusterd.py
both 2.x,3.4 can run.