Sha256: 64f73a6fa5860b42b4b8c781e6edcaaf4a98fadb74e00314172d660b1a9ca529
Contents?: true
Size: 469 Bytes
Versions: 5
Compression:
Stored size: 469 Bytes
Contents
# libzmq language: c # Build required projects first before_script: # libsodium # Commit 8d0942 broke installation (sodium.h not found) so for now # we're checking out the last good commit. - git clone git://github.com/jedisct1/libsodium.git - cd libsodium - git checkout e2a30a - ./autogen.sh - ./configure && make check - sudo make install - sudo ldconfig - cd .. # Build and check libzmq script: ./autogen.sh && ./configure && make V=1 && make check
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rbczmq-1.7.9 | ext/zeromq/.travis.yml |
rbczmq-1.7.8 | ext/zeromq/.travis.yml |
rbczmq-1.7.7 | ext/zeromq/.travis.yml |
rbczmq-1.7.6 | ext/zeromq/.travis.yml |
rbczmq-1.7.5 | ext/zeromq/.travis.yml |