Hi

I want to use VCG Library (http://www.vcglib.net/index.html) in my C++ OpenGL code in Linux.

According to the installation instructions for VCGLib one simply clones the repository and includes the header files.
There are numerous header sub-directories and *.h files.

One of the header files (dirent.h) #includes <windows.h>. I have installed Wine (sudo apt-get -y install libwine-dev)...