Skip to content

ossimlabs/ossim-wms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###
# 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
//----------------------------------------------------------------------------