hukkax / Propulse

A crossplatform ProTracker clone with an Impulse Tracker-style interface
GNU Lesser General Public License v3.0
59 stars 5 forks source link

Add build instructions for macOS #4

Closed nilsding closed 5 years ago

nilsding commented 5 years ago

This PR adds build instructions for macOS to the building.txt doc. It was way easier than expected, only hit some strange linker error which was resolved by prepending the MacOSX.sdk to the linker search paths.

Not sure if copying libSDL2.dylib into the project's root directory is really necessary, this could probably be resolved by adding /usr/local/lib/ to some search path somewhere.

hukkax commented 5 years ago

Many thanks for this, super helpful! I was dreading having to figure it out myself one day.

hukkax commented 5 years ago

In case you're wondering, the Merge pull request button is completely nonfunctional for me as are a number of other things/links on this page, and my new PC is not yet setup for remote Github access so I'll have to tackle this later on. Thanks nonetheless!