Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 421 Bytes

File metadata and controls

35 lines (24 loc) · 421 Bytes

Contributing

Install libraw

Linux

sudo apt install libraw-dev

macOS

brew install libraw

Windows

Install libraw and set LIBRAW_PATH to where you installed it.

Build

go build ./...

Testing

go test -v ./...

Adding functions

  1. Add declaration to rk/core/helpers.h
  2. Add implementation to rk/core/helpers.c
  3. Expose it in rk/rk.go