cnr-isti-vclab / corto

Mesh compression library, designed for rendering and speed.
Other
196 stars 43 forks source link

compiled version of corto available? #25

Closed ua4192 closed 3 years ago

ua4192 commented 3 years ago

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 3 years ago

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 3 years ago

instruccions added