ArtificialQualia / PyEveLiveDPS

PyEveLiveDPS (PELD) is a live DPS calculator and grapher for EVE Online
GNU General Public License v3.0
157 stars 27 forks source link

Add Support for Mac #82

Open SteelyEyedMisslemann opened 1 year ago

SteelyEyedMisslemann commented 1 year ago

Would really love to see some instructions for making this work on my Mac. What can you tell me?

ArtificialQualia commented 1 year ago

I'm afraid there would be a few changes needed to get PELD to work on OSX.

Running PELD from source would get you most of the way there (see instructions here), but there would probably need to be a couple tweaks to locate the EVE logs in the correct location, and maybe some tweaks to the GUI code as well depending on how much feature parity is needed on OSX.

I'd bet there are a couple of other minor things that would need changing as well to prevent crashes.

You're welcome to try, but unless you have a bit of python knowledge I'm not sure how far you would get.