How do I build atlc ?
• Answer: Building can be simple, basically requiring you to type % gzip -d atlc-X.Y.Z.tar.gz Where X.Y.Z is the version % tar xf atlc-X.Y.Z.tar % cd atlc-X.Y.Z % ./configure % make % make check % su # make install However, there are several complications that arise, so check here for a more detailed descriptoin of building the program.