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

Support Linux #22

Closed
hikelee opened this issue Oct 11, 2016 · 2 comments
Closed

Support Linux #22

hikelee opened this issue Oct 11, 2016 · 2 comments

Comments

@hikelee
Copy link

hikelee commented Oct 11, 2016

I want to use it in server side, can this project support Linux?

@xuyecan
Copy link
Contributor

xuyecan commented Oct 12, 2016

Refer to this page:

... Swift on Linux does not depend on the Objective-C runtime nor includes it. While Swift was designed to interoperate closely with Objective-C when it is present, it was also designed to work in environments where the Objective-C runtime does not exist. ...

It means that much code relate to Objective-C runtime in this project can not run on linux. All this code is to support the Apple Platforms. So the answer is no.

On the good side, HandyJSON should work on linux after removing the code run in Objective-C runtime. We are considering release a pure swift version to support linux.

@xuyecan xuyecan closed this as completed Oct 19, 2016
@issumao
Copy link

issumao commented Aug 3, 2017

Really looking forward to the Linux version!

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

3 participants