libmypaint-1.6.1

Introduction to libmypaint

The libmypaint package, a.k.a. "brushlib", is a library for making brushstrokes which is used by MyPaint and other projects.

This package is known to build and work properly using an LFS-10.1 platform.

Package Information

libmypaint Dependencies

Required

JSON-C-0.15

Recommended

Optional

Doxygen-1.9.1 (to create XML docs), gegl (0.3 versions only) and gperftools

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libmypaint

Installation of libmypaint

Install libmypaint by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Programs: None.
Installed Libraries: libmypaint.so (and optionally libmypaint-gegl.so which is not used by any packages in this book).
Installed Directory: /usr/include/libmypaint

Short Descriptions

libmypaint.so

contains functions for making brushstrokes

Last updated on 2021-02-21 17:09:04 -0600