Slackware may not have Slackbuilds for all the LinuxCNC dependencies but you can try the following:
https://slackbuilds.org/repository/14.2/libraries/PyOpenGL/ This may not be it or offer any benefit, you're going to need to do some research or some compiling on your own. LinuxCNC's configure.ac: AC_CHECK_HEADERS(GL/gl.h GL/glu.h,[],[AC_MSG_ERROR([Required OpenGL header missing. Install it, or specify --disable-python to skip the parts of LinuxCNC that depend on Python])]) AC_CHECK_LIB(GL, glBegin, [], [AC_MSG_ERROR([Required GL library missing. Install it, or specify --disable-python to skip the parts of LinuxCNC that depend on Python])]) I haven't tried getting LinuxCNC on Slackware in quite a few years but it definitely required some work. Alec _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
