mkazhdan / TextureSignalProcessing

Gradient-Domain Processing within a Texture Atlas
70 stars 12 forks source link

compiling for linux (ubuntu) #6

Closed SriGanesh130 closed 5 years ago

SriGanesh130 commented 5 years ago

How to install the repo in the ubuntu system.

mkazhdan commented 5 years ago

There is a Makefile that should work. Typing "make" should create a library bin/Linux (I believe) that contains the executables.

SriGanesh130 commented 5 years ago

fatal_error : Triangle.h No such file or directory getting error in make file [INCLUDE = /usr/include/ -I ./../include/].

mkazhdan commented 5 years ago

Strange. When I type "grep Triangle.h . in the "Src" directory I don't get any hits. Who is including Triangle.h?

SriGanesh130 commented 5 years ago

Thanks for the replay, the error is just because of naming convention. I changed triangle.h to Triangle.h and it's successfully compiled.

mkazhdan commented 5 years ago

Oh. Sorry. I thought you were talking about a different repo.