Skip to content

elfmz/Colorer-library

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 66.6%
  • C 24.9%
  • CMake 5.9%
  • Perl 1.5%
  • Other 1.1%