jacquayj / GoRODS

Golang binding for iRODS C API: An iRODS client library written in Golang + C
https://godoc.org/github.com/jjacquay712/GoRODS
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Integrate libgorods build into "go get" workflow for cross-platform build support #5

Closed jjacquay712 closed 7 years ago

jjacquay712 commented 8 years ago

Current setup: The static library included (lib/build/libgorods.a) in this repo won't work on 32-bit systems and OSX. Install irods-dev system package, and run the build.sh script to compile binaries for your system.

What it needs: golang Makefile.