novnc / noVNC

VNC client web application
https://novnc.com
Other
11.68k stars 2.31k forks source link

OSX build fix for wsproxy #35

Closed mmuman closed 14 years ago

mmuman commented 14 years ago

This patch fixes some build issues for the C implementation of wsproxy.

http://revolf.free.fr/osx/patches/noVNC-0001-Mac-OS-X-build-fixes.patch

(how do one add a file to those tickets ???)

kanaka commented 14 years ago

Thanks François. I've verified and applied the change.

The github model is generally to just fork the project (which is a single click), push your change(s) to your fork and then click pull-request. That creates a issue in the upstream project that links to the commit in your fork.

The publically posted patch worked well for me. github also provides gists which are repos that contain a single file (i.e. for people that don't have a website to post to).

mmuman commented 14 years ago

Ok, I'm more used to svn-like workflows, don't have enough aspirin for git yet :-p