 
# Copyright 2007-2016 United States Government as represented by the
# Administrator of The National Aeronautics and Space Administration.
# No copyright is claimed in the United States under Title 17, U.S. Code.
# All Rights Reserved.
 
 ===============================================================================
                         GMSEC API Examples README
================================================================================

This file describes how to build the GMSEC API C and C++ examples.

Define an environment variable GMSEC_PLATFORM

  * Set the variable to one of the following values depending on your platform

    - Linux x86           => linux.x86
    - Linux x86_64        => linux.x86_64

    - Solaris SPARC CC    => solaris.sparc.CC
    - Solaris SPARC GCC   => solaris.sparc.gcc
    - Solaris x86 CC      => solaris.x86.CC

    - Mac OSX x86         => macosx.x86
    - Mac OSX x86_64      => macosx.x86_64
    - Mac OSX PPC         => macosx.ppc

    - HPUX PA GCC         => hpux.pa
    - HPUX IA64 aCC       => hpux.ia64.aCC
    - HPUX IA64 GCC       => hpux.ia64.gcc

  * Execute 'make' to compile the examples

