haesken / dftools

A set of command line tools for Dwarf Fortress
MIT License
17 stars 1 forks source link

Add OSX binaries #11

Open haesken opened 12 years ago

haesken commented 12 years ago

I'll need someone with a mac to build OSX binaries.

maccam912 commented 12 years ago

I got a 64 bit build OS X build. Do you need 32 bit? They're in https://dl.dropbox.com/u/2176629/dwarf_fortress_auto.zip currently. The init_editor is having some trouble like you mentioned to kudakeru, so you already know about that.

maccam912 commented 12 years ago

Here is a 32 bit OS X build. https://docs.google.com/open?id=0B4g9TnHN0tNfakVwWGRyckQwWGM

You've got links to both 32 bit and 64 bit now, but honestly I don't know who needs to get a 64 bit build of this tool. For something that downloads and configures dwarf fortress, the extra 8 registers or new instructions that 64 bit provides aren't going to offer any noticable improvement. It would be nice if you know someone with a Mac though who will test these binaries out. I don't use the Apple provided python so it might be wonky on other systems.

haesken commented 12 years ago

Thanks :)

Apparently OSX runs most things in 32 bit, even though almost all Macs running OSX are capable of 64 bit. For simplicty's sake lets just provide a 32 bit build. As for the python interpreter, pyinstaller packages one into each binary so they don't depend on an external one.