* Pieter Hintjens <[email protected]> [2011-11-13 23:53:18 +0900]: > Hi Philip, > > Thanks for these changes. Make a pull request and I'll merge them into czmq > master. Please patch the readme.txt to suit. > > - Pieter
Done. My most recent commit updates the docs to include instructions on using pkg-config to query for compile/link flags. I didn't add anything about the VPATH fix as anyone using that autotools feature (cross compilers mostly) simply expects it work. Also I noticed #include "zmq.h" in the prelude header which I changed to <zmq.h> to speed up the search as zmq headers will now never be in the same (czmq) directory. I also added the missing 'Requires: libzmq' to the pkg-config file so that zmq can reflect its pkg-config flags. This makes compile and link as easy as: gcc `pkg-config --cflags --libs libczmq` -o myapp myapp.c and ensures any changes to cflag/library in zmq are reflected down to czmq. I made the pull request. Cheers. Phil
signature.asc
Description: Digital signature
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
