solenum / exengine

A C99 3D game engine
https://oods.net
MIT License
551 stars 31 forks source link

fixed OpenBSD build #19

Closed subject546 closed 4 years ago

subject546 commented 4 years ago

I fixed the OpenBSD building process of the engine. OpenBSD does not use the "-ldl" flag because this functionality is implemented in libc. This caused the build progress to fail. I also improved upon the README.md for more clear instructions to install the dependencies.

subject546 commented 4 years ago

Tested with out of date OpenBSD 6.3, current OpenBSD release is 6.6 but I don't think it will affect this program in particular.

solenum commented 4 years ago

Looks good, thanks! Hopefully I'll get back to working on this soon when I'm not so busy.