File: simpleValidate

package info (click to toggle)
xml-security-c 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,444 kB
  • sloc: cpp: 25,072; sh: 4,495; makefile: 361; perl: 228
file content (8 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh -ex

cd xsec/samples
g++ $(pkg-config --cflags xml-security-c xerces-c) \
    -o xsec-simpleValidate \
    simpleValidate.cpp IOStreamOutputter.cpp \
    $(pkg-config --libs xml-security-c xerces-c)
./xsec-simpleValidate