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

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

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 installi &&
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