thebracket / bgame

Nox Futura - sort of like Dwarf Fortress in space.
http://bracketproductions.com/index.php/blackfuture/
GNU General Public License v3.0
189 stars 11 forks source link

Incomplete list of prerequisites #136

Open dhharris opened 6 years ago

dhharris commented 6 years ago

In addition to the ones you mentioned, I also had to install cereal, glfw3 and glm (via Homebrew on macOS High Sierra)

thebracket commented 6 years ago

That sounds about right; are you on the moderngl2 branch? Most development is in there, and I plan to fix-up the documentation as I get to the end of the engine switch. It's pretty rough'n'ready right now!

dhharris commented 6 years ago

I was on master branch. I will try the dev branch though.

cfcs commented 6 years ago

On Debian it seems like libfmt-dev also needs to be installed.

thebracket commented 6 years ago

That looks right; I already had it installed (from a work project) and missed it in the list. I'll get it added to the list - thanks!