/Colorer-library

Syntax highlighting and text parsing library

Primary LanguageC++MIT LicenseMIT

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