bingmann / sound-of-sorting

The Sound of Sorting - "Audibilization" and Visualization of Sorting Algorithms
http://panthema.net/2013/sound-of-sorting/
GNU General Public License v3.0
836 stars 120 forks source link

how do i run this on mac? #24

Open brickyosu opened 3 years ago

brickyosu commented 3 years ago

i dont know how to do this on mac because I have no knowledge of coding/terminal. but I git cloned this respo ig

TheAwesome98-Real commented 3 years ago

run ./configure in the directory you cloned it in and that runs the configure makefile i think. then a macOS executable should be built somewhere. i havent built this myself yet because there are prebuilt binaries for linux

Scyth3934 commented 2 years ago

Agreed- I tried installing homebrew, then SDL (as it said "configure: error: *** SDL version 2 not found!"), but I wasn't able to get it to work even aftermoving SDL.framework to /library/frameworks. I'm at a complete loss as to what I should do now.

TheAwesome98-Real commented 2 years ago

Agreed- I tried installing homebrew, then SDL (as it said "configure: error: *** SDL version 2 not found!"), but I wasn't able to get it to work even aftermoving SDL.framework to /library/frameworks. I'm at a complete loss as to what I should do now.

if you have homebrew try running brew install sdl2 but idk since i don't have a mac

brickyosu commented 2 years ago

ill try that later, im on my school laptop right now bc im moving and the computer hasn't got set up yet

On Sat, Nov 13, 2021 at 10:16 AM TheAwesome98 @.***> wrote:

Agreed- I tried installing homebrew, then SDL (as it said "configure: error: *** SDL version 2 not found!"), but I wasn't able to get it to work even aftermoving SDL.framework to /library/frameworks. I'm at a complete loss as to what I should do now.

if you have homebrew try running brew install sdl2 but idk since i don't have a mac

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bingmann/sound-of-sorting/issues/24#issuecomment-967998546, or unsubscribe https://github.com/notifications/unsubscribe-auth/AULMR7COU5E7UPYK6VI5GADULY3I7ANCNFSM47W7W2NQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

rgosens2 commented 5 months ago

Build on M1 Mac running macOS Monterey 12.3 $ brew install sdl2 wxWidgets $ ./configure $ make // makes executable in /src $ make install // fails because of write permission $ sound-of-sorting // from /src