Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 281 Bytes

DEVELOP.md

File metadata and controls

22 lines (12 loc) · 281 Bytes

How to develop node-libraw

Build from sources

Prerequirements:

  • Install yarn (Mac OS: brew install yarn)

Initialize submodules:

git submodule update --init

Load dependencies and build:

yarn

Clean:

yarn clean