http://dupola.com/post/108

#libxml2

cd ${SRCDIR}/${LIBXML2}
./configure --with-iconv=${INSTALLDIR} --prefix=${INSTALLDIR}

# make clean

make
make install

#libxslt

cd ${SRCDIR}/${LIBXSLT}
./configure --prefix=${INSTALLDIR} \
--with-libxml-prefix=${INSTALLDIR} \
--with-libxml-include-prefix=${INSTALLDIR}/include/ \
--with-libxml-libs-prefix=${INSTALLDIR}/lib/

# make clean

make
make install
arrow
arrow
    全站熱搜

    付爸爸 發表在 痞客邦 留言(0) 人氣()