Skip to content

vlad-ro/Colorer-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 2015 update 1 or higher / gcc 4.9 or higher
  • git
  • cmake 2.8.9 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
cmake -G "Visual Studio 14 2015" ..
colorer.sln

Links

About

Syntax highlighting and text parsing library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.4%
  • C 14.0%
  • Other 1.4%
  • CMake 0.7%
  • Java 0.4%
  • Perl 0.1%