editorconfig-core-c-0.12.11

Introduction to editorconfig-core-c

The EditorConfig project maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors.

[Note]

Note

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

Package Information

Installation of editorconfig-core-c

Install editorconfig-core-c by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -D BUILD_DOCUMENTATION=OFF   \
      ..                           &&
make

This package does not come with a test suite.

Now, as the root user:

make install &&
rm -fv /usr/lib/libeditorconfig_static.a

Contents

Installed Program: editorconfig
Installed Library: libeditorconfig.so
Installed Directories: /usr/include/editorconfig and /usr/lib/cmake/EditorConfig