Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 489 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 489 Bytes

Leandro Gui

forked from 'Generate Repository'

uses CPM (included) to download the dependencies at cmake time tested on linux and windows

Building under Windows

build enviroment: w64devkit by Chris Wellons, + cmake + git

mkdir build
cmake .. -G "Unix Makefiles" -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc
make -j leandro_gui```