From b56f93f0e3b4cfda743a1056d8461d9256262e3d Mon Sep 17 00:00:00 2001 From: "Nathaniel V. KELSO" Date: Wed, 6 Jun 2012 18:34:22 -0700 Subject: [PATCH] stubbed out more readme --- zips/README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/zips/README.md b/zips/README.md index 6d483ab4..37dbbc06 100644 --- a/zips/README.md +++ b/zips/README.md @@ -1 +1,29 @@ -Scripts to build Natural Earth ZIP archives and copy them to the servers. \ No newline at end of file +#About + +Scripts to build Natural Earth ZIP archives for individual themes, scalesetsm, and packagages. + +TODO: and copy them to the 2 servers. + +**Requirements**: `Make` a generic Unix utility, to be installed. + +#Usage + +From the command line, move into the directory: + + cd zips + +Then run one of the make targets: + + make all + +Other common targets include: + + make ../zips/10m_cultural/10m_cultural.zip + make ../zips/10m_physical/10m_physical.zip + make ../zips/50m_cultural/50m_cultural.zip + make ../zips/50m_physical/50m_physical.zip + make ../zips/110m_cultural/110m_cultural.zip + make ../zips/110m_physical/110m_physical.zip + make ../zips/packages/natural_earth_vector.zip + make ../zips/packages/Natural_Earth_quick_start/Natural_Earth_quick_start.zip + make clean \ No newline at end of file