Commit 0ab7da67 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf microxml.tar.xz
cd microxml && autoconf -i
cd microxml && ./configure --prefix=/usr --enable-threads --enable-shared --enable-static
$(MAKE) -C microxml
$(MAKE) -C microxml install
ln -sf /usr/lib/libmicroxml.so.1.0 /lib/libmicroxml.so
ln -sf /usr/lib/libmicroxml.so.1.0 /lib/libmicroxml.so.1
rm -rf microxml
pkg
/usr/lib/pkgconfig/.*
lib
/usr/lib/lib.*
headers
/usr/include/.*
File added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment