diff options
| author | micknoise <mickgrierson@gmail.com> | 2016-11-05 13:57:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-05 13:57:13 +0000 |
| commit | 0eebdbe7c7add5802a272971ec4f5d495c507e21 (patch) | |
| tree | 888dd9052cd1ff17f70b1c2ccb8bff96173f435c /README | |
| parent | c0c5b8abdaa8a0e69c1c3f1e7e0a3db041fa8c09 (diff) | |
Update README
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ This is in the maximilianTestWindowsVS2010 folder. You will need to install the :::COMMAND LINE COMPILATION IN MACOSX -> g++ -Wall -D__MACOSX_CORE__ -o maximilian main.cpp RtAudio.cpp player.cpp maximilian.cpp -framework CoreAudio -lpthread +> g++ -Wall -D__MACOSX_CORE__ -o maximilian main.cpp RtAudio.cpp player.cpp maximilian.cpp -framework CoreAudio -framework CoreFoundation -lpthread > ./maximilian |
