elfmz / Colorer-library

Syntax highlighting and text parsing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colorer library

Colorer is a syntax highlighting library.

How to build from source

To build library and other utils from source, you will need:

  • Visual Studio 2017 or higher / gcc 8 or higher
  • git
  • cmake 3.15 or higher

Download the source from git repository:

cd src
git clone https://github.com/colorer/Colorer-library.git --recursive

or update git repository:

git pull
git submodule update --recursive

From root path of repository call

mkdir build
cd build
cmake -G "Visual Studio 16 2019" ..
colorer.sln

Links

About

Syntax highlighting and text parsing library

License:MIT License


Languages

Language:C++ 66.6%Language:C 24.9%Language:CMake 5.9%Language:Perl 1.5%Language:Raku 0.9%Language:Objective-C 0.2%