chippydip / HearthLog

Client application to log Hearthstone games and upload those logs to
www.hearthlog.com
Apache License 2.0
54 stars 18 forks source link

Please update README or add wiki page for Mac users #11

Open jovezhong opened 10 years ago

jovezhong commented 10 years ago

First of all, thanks for the great work.

It took me 2 hours to figure out how to run it on Mac. Sorry I am not familiar with C++ or wx framework.

It will be cool if you can update the README.md or add a new wiki page to list the steps of running it on Mac.

Here is a few step I did tonight:

Hope it helps.

postcasio commented 10 years ago

Just a note, the version of wx installed by homebrew is now 3.0.0.0.

The xcodeproj needs to be updated to replace /usr/local/Cellar/wxmac/2.9.5.0/ with /usr/local/Cellar/wxmac/3.0.0.0/ and -lwx_osx_cocoau-2.9 with -lwx_osx_cocoau-3.0 to build.

It seems to work fine with the new version. I'll submit a patch later on today.