Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application Bundle of OSX #1

Closed
cultpenguin opened this issue Aug 30, 2016 · 3 comments
Closed

Application Bundle of OSX #1

cultpenguin opened this issue Aug 30, 2016 · 3 comments

Comments

@cultpenguin
Copy link
Collaborator

It would be nice to distribute compiled binaries for OS-X that works wihtout XCode being being installed.

@vutit
Copy link
Collaborator

vutit commented Sep 7, 2016

I don't have a Mac to be able to do that, do you have one ? I don't think there would be a big challenge to compile on OS-X as the code is using standard C++ and no external dependencies.

@cultpenguin
Copy link
Collaborator Author

Hi Vu
The thing is..
You cannot do a 'static compilation' on OSX using GCC as you can on
windows/linux. So, you have to either assume the user has XCODE installed,
or distribute the linked libraries in a self contained OSX package..
The last option would be best.

I don't have a Mac to be able to do that, do you have one ? I don't think
there would be a big challenge to compile on OS-X as the code is using
standard C++ and no external dependencies.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACNzhb-Fas4ymuZjS7V5zgZQH0d60-08ks5qnq36gaJpZM4JwOIb
.

cultpenguin pushed a commit that referenced this issue Jan 9, 2019
@cultpenguin
Copy link
Collaborator Author

This has not been requested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants