blob: c07fa812fd7d6f2a04b6d847bed3cede5882cbf4 [file] [log] [blame]
Lev Walkince8ccfa2004-08-20 13:38:07 +00001
Lev Walkin6ffb0142005-03-20 13:26:08 +000021.Q: Is it possible to build the asn1c compiler on Win32?
31.A:
4 At this point, the asn1c source code is tied to GCC-specific
5 extensions in several key places. The CYGWIN environment with
6 gcc compiler may be what are you looking for.
Lev Walkin46edf962005-02-28 15:34:47 +00007
Lev Walkin6ffb0142005-03-20 13:26:08 +00008 Please also consider using the Online ASN.1 compiler at
9 http://lionet.info/asn1c
10 which generates platform-independent code.
11
12
132.Q: How to build a simplest BER (XER) encoder or decoder?
142.A:
Lev Walkine824ca62005-12-22 21:36:47 +000015 Please check the "Quick Start Guide" on ./doc/asn1c-quick.pdf
16 Please check the "Examples" section of ./doc/asn1c-usage.pdf
Lev Walkin46edf962005-02-28 15:34:47 +000017
18 Also, try the following to build the X.509v3 parser:
19
20 cd ./examples/sample.source.PKIX1
21 make
22 ./x509dump -h
23
24
Lev Walkine057ca32004-09-05 10:41:17 +000025--
26Lev Walkin
27vlm@lionet.info