repo/expat/build
2021-07-16 22:33:05 +02:00

7 lines
No EOL
179 B
Text
Executable file

wget http://downloads.sourceforge.net/expat/expat-2.1.0.tar.gz
tar -xf expat-2.1.0.tar.gz
cd expat-2.1.0
./configure --prefix=/usr --disable-static
make
make DESTDIR="$1" install