Skip to content

Commit

Permalink
Add pyzmq build, document some build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pjkundert committed Oct 28, 2011
1 parent 727a789 commit f07f159
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions GNUmakefile
@@ -1,5 +1,15 @@
#
# GNU 'make'-file for building
#
# Ensure you have the following packages installed:
#
# zmq:
# apt-get -u install libtool autoconf automake uuid-dev g++
#
# pyzmq:
#
#
#
.PHONY: FORCE all zmq zmq-install pyzmq pyzmq-install

#ZMQVER := 2-1
Expand Down Expand Up @@ -45,6 +55,7 @@ zmq-test: ../zeromq$(ZMQVER) FORCE

pyzmq: ../pyzmq zmq FORCE
cd $<; python setup.py configure --zmq=/usr/local
cd $<; python setup.py build

pyzmq-clean: ../pyzmq FORCE
cd $<; python setup.py clean
Expand Down

0 comments on commit f07f159

Please sign in to comment.