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

Windows support #28

Closed
wants to merge 7 commits into from
Closed

Windows support #28

wants to merge 7 commits into from

Conversation

audreyt
Copy link

@audreyt audreyt commented Nov 10, 2012

This fixes #24 and #25, allowing threads_a_gogo compilation on Windows with node 0.9.3+.

xk and others added 7 commits April 13, 2012 10:08
Added Includes <sys/time.h>, <sys/signal.h>, <sys/wait.h>
  Note that uv_cond_* is only supported by node 0.9.3+, so
  Windows support is not yet possible with node 0.8.x --
  but possibly in node 0.10.x.
(cherry picked from commit c4f120cc7f0a49dbacc57548746137e262915a07)

Conflicts:

	src/threads_a_gogo.cc
(cherry picked from commit 7a69a3707d7a38afdabddeb8190770f7eb9442da)

Conflicts:

	src/threads_a_gogo.cc
  Now compiles on Win32, although doesn't yet work properly.
(cherry picked from commit 569ddd126560f9e4e11a580241d1757434cd238f)

Conflicts:

	src/threads_a_gogo.cc
@CMCDragonkai
Copy link

Does this support windows?

@audreyt
Copy link
Author

audreyt commented Dec 20, 2012

Yes, but only for Node.js 0.9.3 and later. Please refer to https://github.com/audreyt/node-webworker-threads for a backward-compatible for that also offers a WebWorker API that can be installed on Windows easily.

@xk xk closed this Jan 31, 2013
@rstuven
Copy link

rstuven commented Jan 30, 2014

But can't install on Windows because the "os" setting in package.json.

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

Successfully merging this pull request may close these issues.

6 participants