groue / GRMustache.swift

Flexible Mustache templates for Swift
http://mustache.github.com/
MIT License
594 stars 155 forks source link

Linux support #66

Open pushkarnk opened 5 years ago

pushkarnk commented 5 years ago

@fumito-ito @groue Thanks for updating GRMustache to Swift 5.

Picking up something that we dropped long ago. GRMustache doesn't build on Linux yet. Though I've been spending some time getting it built as a Swift package on Linux, I wanted to check if any work has already been done on this. Also, is there anything else I should know about a possible Linux support?

rbugajewski commented 4 years ago

Are there already any efforts done regarding Linux compatibility? Maybe a branch one can fork off and help to finish Linux support?

rbugajewski commented 4 years ago

@pushkarnk I’ve seen this https://github.com/pushkarnk/GRMustache.swift/commit/0abbc3fba430fd8c7aeffb2a4c2d9f3172dd679d

Is this the latest state of the Linux compatibility branch? What needs to be done in that branch to finish Linux support?