tsoding / boomer

Zoomer application for Linux
MIT License
439 stars 39 forks source link

Document thirdparty system dependencies in README #65

Closed rexim closed 4 years ago

rexim commented 4 years ago

Derived from https://github.com/tsoding/boomer/issues/64#issuecomment-560020955

SolitudeSF commented 4 years ago

64 shouldn't be a problem once https://github.com/nim-lang/opengl/pull/74 is merged. So, it should only require mesa and xorg installed.

SolitudeSF commented 4 years ago

it is done, you should probably depend on certain commit, since relying on tagging for such stale package is unrealistic. so in nimble file change to opengl#25b939be3dfdee09872e097603de41be8b3eed9c

rexim commented 4 years ago

@SolitudeSF cool! Thank you very much for that Pull Request! But the system dependencies have to be documented anyway. :)