From ace5643b4b8fc889542167dd184ababb8416007d Mon Sep 17 00:00:00 2001 From: golergka Date: Sat, 18 Oct 2014 13:46:40 +0300 Subject: [PATCH] Updated README.md, closed #72 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75f3100..7890822 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ let mut device = gfx::GlDevice::new(|s| unsafe { let (w, h) = window.get_size(); let frame = gfx::Frame::new(w as u16, h as u16); ``` + +### Troubleshooting + +* [I get `ld: library not found for -lSDL2` error on OSX](https://github.com/PistonDevelopers/rust-empty/issues/175)