Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 399 Bytes

File metadata and controls

13 lines (9 loc) · 399 Bytes

Objective-C bindings

Currently, we don't provide compiled artifacts, therefore, manual steps to build and orchestrate the libraries and headers are necessary.

Running

Assuming that the header and library are in the same directory.

gcc ./main.m `gnustep-config --objc-flags` `gnustep-config --objc-libs` -L. -lfilecoin_signer_ffi -lgnustep-base -o ./main
LD_LIBRARY_PATH=. ./main