compiled version of corto available?
ua4192 opened this issue · 2 comments
ua4192 commented
Hi Federico.
I am not unable to compile corto. would it be posible to publish it?
Sorry for opening an issue for this.
Many thanks in avanced.
ua4192 commented
Hi.
Fianly I got hot to compile.
It was a bit tricky 👍
I was using cmake and MinGW, here how to do it:
C:\Users\Celia\Downloads\alex\corto-master>cmake -DCMAKE_CXX_COMPILER="C:/MinGW/
bin/g++.exe" -DCMAKE_C_COMPILER="C:/MinGW/bin/gcc.exe" -DCC=gcc -G "MinGW Makefiles" .
C:\Users\Celia\Downloads\alex\corto-master>C:/MinGW/bin/mingw32-make.exe
ua4192 commented
instruccions added