Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 331 Bytes

CONTRIBUTING.md

File metadata and controls

57 lines (37 loc) · 331 Bytes

Contributing

Configure

Windows:

nmake configure

Non-Windows:

make configure

Build

Windows:

nmake build

Non-Windows:

make build

Examples

Windows:

nmake example

Non-Windows:

make example

Test

Windows:

nmake test

Non-Windows:

make test