s-macke / SAM

Software Automatic Mouth - Tiny Speech Synthesizer
1.21k stars 267 forks source link

Fix compilation for macOS, SDL2 #31

Open MartyLake opened 1 year ago

MartyLake commented 1 year ago

Hey, To compile in macOS, I had to switch to SDL2. In case anyone stumbles upon the same issue, the fix is quite simple: just use sdl2-config in place of sdl-config. Best,