libmypaint-1.5.0

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-9.1 platform.

Package Information

libmypaint Dependencies

Required

JSON-C-0.13.1

Recommended

Optional

Doxygen-1.8.17 (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 2020-02-17 12:12:55 -0800