Skip to content

Building from source

Marcus Brummer edited this page Apr 2, 2017 · 2 revisions

Install dependencies

These libraries must be installed on your system. They are available in major linux distros.

  • libpng
  • libjpeg-turbo

Building

The following snippet builds a shared library, a static library, the cli tool and all examples:

cd pixl
cmake .
make