Building with cmake

Lukáš Lalinský lalinsky at gmail.com
Mon Jan 24 17:46:58 CET 2011


On Mon, Jan 24, 2011 at 5:32 PM, Sander Jansen <s.jansen at gmail.com> wrote:
> How would I specify a different PREFIX installation path when building
> taglib with cmake?

You have to define the CMAKE_INSTALL_PREFIX CMake variable, e.g.:

cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/taglib .

> It would be nice to have some installation instructions in the source tree.

I'll write some basic instructions.

Lukas


More information about the taglib-devel mailing list