tailhook / zerogw

A fast HTTP/WebSocket to zeromq gateway (UNMAINTAINED, take a look at swindon web server instead)
http://zerogw.com
MIT License
250 stars 27 forks source link

fixes build problems #33

Closed h4ck3rm1k3 closed 9 years ago

h4ck3rm1k3 commented 9 years ago

update readme about subdirs fix missing include

h4ck3rm1k3 commented 9 years ago

see #32

tailhook commented 9 years ago

Well, you probably just need to do git submodule update --init instead of symlinks. This is how git submodules work.

h4ck3rm1k3 commented 9 years ago

Well I don't see that in the instructions. If I install the modules why cannot it find them? This is not normal behavior that I am used to with make, automake, cmake pkgconfig etc.

h4ck3rm1k3 commented 9 years ago

Ok updated readme.

h4ck3rm1k3 commented 9 years ago

closing because of no feedback. I have continued with my branch and now have a first version compiled for netbsd 6.1.5 and zmq 3. Will be testing it now. If you are interested in pull requests for this let me know.