# Exit on error:
set -e

wget https://www.x.org/releases/individual/lib/libXaw3d-1.6.2.tar.gz
tar xf libXaw3d-1.6.2.tar.gz
cd libXaw3d-1.6.2
./configure --prefix=
make install
cd ..
rm -rf libXaw3d-1.6.2
rm libXaw3d-1.6.2.tar.gz

exit 0
