repo/expat/build

7 lines
179 B
Text
Raw Normal View History

2021-07-16 23:33:05 +03:00
wget http://downloads.sourceforge.net/expat/expat-2.1.0.tar.gz
2021-07-14 16:02:45 +03:00
tar -xf expat-2.1.0.tar.gz
cd expat-2.1.0
./configure --prefix=/usr --disable-static
make
make DESTDIR="$1" install