Hi, Fatih
I have installed Triangle successfully, with the edit the Makefile as follows:
CSWITCHES = -O -DLINUX -I/usr/X11R6/include -L/usr/X11R6/lib
Change the below sentence to the following one.
CSWITCHES = -O -I/usr/X11R6/include -L/usr/X11R6/lib
Then make it.
But I have contoured some other problems when I call the triangle with MATLAB as follows:
/bin/bash: triangle: command not found.
I have no idea why I can not call triangle with matlab.
Best wishes,
Jie