Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 420 Bytes

INSTALL.md

File metadata and controls

27 lines (15 loc) · 420 Bytes

Scons

To compile the library with scons, simple run scons in the source directory:

scons

To compile and run the tests

scons test

Meson

To compile the library with meson and ninja:

mkdir build
 cd build
 meson ..
 ninja

Meson also supports other build backends.