RomainQuidet / Gribouillot

A software to draw geometric figures on a map, with a layer system and powerful functionalities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gribouillot

A software to draw geometric figures on a map, with a layer system and powerful functionalities.

Compile (macOS)

You will require the qt5 toolkit to compile the project:

brew install qt5

Then inside the project:

qmake # Generate the Makefile
make -j 4 # Starts the compilation using 4 threads

About

A software to draw geometric figures on a map, with a layer system and powerful functionalities.

License:GNU General Public License v3.0


Languages

Language:C++ 97.4%Language:QMake 1.0%Language:C 1.0%Language:Shell 0.6%