(Linux Mint) Can't install samples, glut v free-glut problem

Hello,

I’m using the current version of Linux Mint which doesn’t have glut, but uses free-glut in place of it. Unfortunately this causes samples to not install. Normally I wouldn’t care about this, but I can’t find cutil_inline.h.

I don’t think that CUTIL is used anymore.

If you’re referring to the block in the installer that prevents installation when certain criteria are not met, you can override these criteria by passing the -override flag:

$ ./.run -override

This, and more flags, can be seen by running the .run file with the -help flag:

$ ./.run -help

Andy