snowdriftcoop / snowdrift

Infrastructure for Snowdrift.coop. This is a MIRROR of https://gitlab.com/snowdrift/snowdrift. Your issue reports and merge requests are welcome, but they will be moved to gitlab.com. You are encouraged to start there instead!
https://snowdrift.coop
GNU Affero General Public License v3.0
92 stars 36 forks source link

Build on Windows #313

Closed freeman42x closed 9 years ago

freeman42x commented 9 years ago

Removed dependency on unix package (does not build on Windows) as the cross-plaform environment get, set, unset functions from it are found in the latest base package and supported on all 3 main consumer operating systems. This allows it to be built on Windows, will add more details to the guide later.

pharpend commented 9 years ago

I believe unix is a hard dependency. You might try using an if-block, and depending on unix-compat, instead?

chreekat commented 9 years ago

This is very cool!

By the way, I just pushed a stack.yaml, for use with the new tool stack. Supposedly it should make compiling on Windows a 2-3 step process. Want to give it a try?

freeman42x commented 9 years ago

@chreekat I will pass for now, maybe try it later. :)