Megatest

Diff
Login

Differences From Artifact [ad96d410c3]:

To Artifact [9896790cd2]:


155
156
157
158
159
160
161









162
163
164
165
166
167
168
CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks canvas-draw

# http://download.zeromq.org/zeromq-2.2.0.tar.gz
ZEROMQ=zeromq-2.2.0
if ! [[ -e ${ZEROMQ}.tar.gz ]] ; then
    wget http://download.zeromq.org/${ZEROMQ}.tar.gz
fi










if [[ -e ${ZEROMQ}.tar.gz ]] ; then
    tar xfz ${ZEROMQ}.tar.gz
    cd ${ZEROMQ}
    ./configure --prefix=$PREFIX
    make
    make install







>
>
>
>
>
>
>
>
>







155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks canvas-draw

# http://download.zeromq.org/zeromq-2.2.0.tar.gz
ZEROMQ=zeromq-2.2.0
if ! [[ -e ${ZEROMQ}.tar.gz ]] ; then
    wget http://download.zeromq.org/${ZEROMQ}.tar.gz
fi

if ! [[ -e libuuid ]] ; then
    wget wget http://www.kiatoa.com/matt/iup/e2fsprogs-1.42.5.tar.gz
    cd e2fsprogs-1.42.5
    mkdir build
    ./configure --prefix=$PREFIX
    cd lib/uuid
    make install
fi

if [[ -e ${ZEROMQ}.tar.gz ]] ; then
    tar xfz ${ZEROMQ}.tar.gz
    cd ${ZEROMQ}
    ./configure --prefix=$PREFIX
    make
    make install