~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/libs/data-staging/examples/generator-main.cpp

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-05-08 13:48:03 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130508134803-mrhc5w4d5y7ubyj4
Tags: 3.0.1-1
3.0.1 Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// To compile this example requires that nordugrid-arc-devel be installed. It
 
2
// also requires including headers of external libraries used by ARC core code:
 
3
//
 
4
// g++ -o generator `pkg-config --cflags glibmm-2.4` -I/usr/include/libxml2 \
 
5
//   -larcdatastaging Generator.cpp Generator.h generator-main.cpp
 
6
//
 
7
// If ARC is installed in a non-standard location, the options
 
8
// -L ARC_LOCATION/lib and -I ARC_LOCATION/include should also be used
 
9
 
1
10
#ifdef HAVE_CONFIG_H
2
11
#include <config.h>
3
12
#endif