###
# libwms README.txt file
# 
# $Id: README.txt 11732 2007-09-17 14:05:37Z dburken $
###

libwms requires:
- curl
- expat


//----------------------------------------------------------------------------
Begin linux build notes:

On machines with yum you can do:

As root:

# yum install curl curl-devel expat expat-devel

Or with sudo:

$ sudo yum install curl curl-devel expat expat-devel

If you do not have yum find the appropriate rpms or packages.

End linux build notes
//----------------------------------------------------------------------------
