daanmichiels / igl-hr

Hyperbolic space on the Oculus Rift
3 stars 0 forks source link

No support for Linux, Mac OS #3

Closed daanmichiels closed 9 years ago

daanmichiels commented 9 years ago

The current Makefile is Windows-specific (although it uses a lot of forward slashes). The libraries used are for mingw. The clean target uses del. The executable has .exe in its name.

daanmichiels commented 9 years ago

The clean target no longer uses del, but now uses rm (which works on msys).

daanmichiels commented 9 years ago

I believe the platform-dependence to be fixed, but I cannot test it right now by lack of platforms.

daanmichiels commented 9 years ago

Tried on a linux machine, but it had an old version of gcc (4.4, not supporting -std=c++11), and I did not know where to find the correct libraries to link with (opengl, x11, probably others). Did not work out. Makefile now detects platform and refuses to do anything if it doesn't recognize the platform.

daanmichiels commented 9 years ago

Need access to mac and linux with relatively new versions of gcc (or whatever compiler we should use on mac).