I’m trying to make some simple graphics with OpenGL and LISP but I can’t install the cl-opengl library on FreeBSD, so:
How do I install cl-opengl (or something similar) on FreeBSD?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
cl-opengl depends on native opengl libraries for the given platform. It is basically a lispy wrapper around libGl. Make sure you have one installed before attempting to install cl-opengl.
cl-opengl work with any lisp implementation that supports cffi. This means SBCL, ECL, CCL, ABCL and probably CLisp are ok.