Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 950 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 950 Bytes

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