Rusty-Bike / fractals

A self-similar fractal gallery application using Scala native.
MIT License
7 stars 7 forks source link

Added sdl2_ttf library to OSX install #24

Closed deyvidm closed 4 years ago

deyvidm commented 4 years ago

without this lib, sbt run would produce the following errors

[error] ld: library not found for -lSDL2_ttf
[error] clang: error: linker command failed with exit code 1 (use -v to see invocation)

link to weird non-https appstore page describing sdl2_ttf

my autoformatter also picked up some whitespace inconsistencies near the bottom of the README, hope that's not a big deal :)

smithandrewl commented 4 years ago

Looks great, thanks!