                ==========================================
                Building and installing acdc version 12.35
                ==========================================

 Because the acdc translator does nothing more then read some files and
 write some files, it has no special dependencies and can be built using
 any ANSI C compiler (e.g. gcc or clang) simply by compiling and linking
 all supplied sources.

 On a Unix-like system (Unix, Linux, MacOSX) this can be done by the
 single command

                              cc -o acdc *.c

 The resulting executable can be installed anywhere you like, though the
 conventional place for such things is /usr/local/bin.

                                                             Mike Arnautov
                                                            mla@mipmip.org
                                                          19 December 2016

 ==========================================================================
