boxer-project / boxer-sunrise

Sunrise on the Boxer Reconstruction Project
BSD 3-Clause "New" or "Revised" License
43 stars 2 forks source link

Improve Dev Setup #83

Open sgithens opened 3 months ago

sgithens commented 3 months ago

Note: Most of this is cut and pasted from @cben PR #77 . I didn't see a way to convert a github PR to an Issue for the rest of the items. Some of the remaining cleanup I'm doing related to these comments will be committed under this issue. - @sgithens

This takes small steps towards dev instructions working out-of-the-box on Windows 11, but ultimately, I didn't get Boxer to launch. At least not with LispWorks Personal Edition.


P.S. sbcl progress is exciting! 🎉👏 I'll probably stop banging my head against LispWorks as I don't want to shell out for a less limited version.

sgithens commented 3 months ago

@cben I believe the opengl namespace issue should be resolved. If you look at the README now, there are actually 2 more libraries I had to fork with a minor lispworks work around! Sorry, but thanks for alerting me to my omission.

sgithens commented 3 months ago

I've swapped out the asdf:load-systems for ql:quickload in the bootstrap scripts which should ideally alleviate the issues described in the 3rd checkbox.