From d1ed1d79653dc8c402f72f4d76c12ce8edb34dbd Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Tue, 7 Sep 2004 06:31:59 +0000 Subject: [PATCH] more info --- examples/README | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/README b/examples/README index ec867b2c..58c58d2d 100644 --- a/examples/README +++ b/examples/README @@ -1,5 +1,10 @@ -This directory contains several convertors from known text formats into -the ASN.1 specifications, as well as examples of these formats and the -sample convertor's output. +This directory contains several convertors from a few known text formats into +the ASN.1 modules, as well as examples of these formats and the sample +convertor's output (generated by `make`). +To regenerate the .asn1 files, do `rm *.asn1; make`. + +To compile the files using asn1c, try + + ../asn1c/asn1c -P rfc3280-*.asn1 -- GitLab