konstructs / client

A voxel based game client.
http://www.konstructs.org
MIT License
48 stars 8 forks source link

Make OS X builds #34

Open nsg opened 9 years ago

nsg commented 9 years ago

Like in #33 we need to set up automatic OS X builds from Travis to make sure that it builds. We also need to find someone to test the build.

nsg commented 9 years ago

Note: Travis has OS X support but it is in closed beta atm.

tommymalmqvist commented 9 years ago

Built OK on OS X Yosemite 10.10.1 with cmake 3.0.2.

nsg commented 9 years ago

Thank you Tommy!

fogleman commented 9 years ago

This is all I see when I run the client on OS X:

fogleman:client$ ./konstructs play.konstructs.org

screen shot 2015-07-17 at 10 11 14 am

nsg commented 9 years ago

Sorry, the documentation is not completely up-to-date, I'm experimenting with a primitive GUI. "Press T" and follow the instructions. Command line arguments are ignored atm.

fogleman commented 9 years ago

"T" just shows Server>. I tried "help" but that didn't work.

nsg commented 9 years ago

Hehe, yeah, I think this needs some more usability tests :)

A new user will be created, if needed.

Think it is time to update the documentation :)

fogleman commented 9 years ago

I see.

Looks like the max password length isn't very long. My first attempt crashed. :)

nsg commented 9 years ago

Hehe, noted!

petterarvidsson commented 8 years ago

What was the end result here, did #154 improve things enough to close this issue?

nsg commented 8 years ago

@petterarvidsson yes, it once again builds cleanly on OS X.

We need to publish the OS X build like we do with Windows and Linux. When that's done we can finally close this one!

petterarvidsson commented 8 years ago

@nsg Do you think is something that could be done for release 7? Shall I add it?

nsg commented 8 years ago

@petterarvidsson release 8 or 9 probably in the speed that we release code at the moment :)

nsg commented 7 years ago

@tommymalmqvist are you willing to try to install a dmg-file if I succeeds to make one? Is dmg still a valid option on macOS these days?

derhuerst commented 7 years ago

.dmg is perfectly fine! Homebrew or (brew cask in this case) is even more awesome.

.app.zip is also fine.

nsg commented 7 years ago

Thank you for the feedback, I will give it a try!