missed one!
[debian/atlc] / README
1 atlc - Arbitrary Transmission Line Calculator.
2
3 Program for analysing arbitrary transmission lines and directional
4 couplers. See HTML documentation in docs/html-docs
5
6 *********************************************************************
7 IMPORTANT - if altc won't compile on your system, configure with the 
8 option --without-hardware-info. It should then compile. 
9 *********************************************************************
10
11 atlc is available as source code in a file atlc-version.tar.gz. Some
12 older binary releases are in existance but I would advise against 
13 using version of atlc prior to 4.6.0 for multiple dielectrics. 
14
15 See the file INSTALL if building from sources. Online documentation may
16 be found at http://atlc.sourceforge.net/
17
18 This is the directory layout. .
19 ./m4                     // Some autoconf macros
20 ./docs                   // Various bits of documentation. 
21 ./docs/html-docs         // As on the atlc web site at atlc.sourgeforge.net
22 ./docs/html-docs/jpgs    // JPGS needed for the html docs above.
23 ./docs/qex-december-1996 // A old paper I wrote for QEX, gives the theory.
24 ./docs/theory            // Some very rough ideas I have (Word Format)
25 ./man                    // Standard UNIX man pages.
26 ./examples               // Some examples
27 ./tests                  // Self-tests and a benchmark.
28 ./tools                  // Some tools that are useful for checking the code
29 ./tools/src              // Source code for above
30 ./src                    // The main source code
31 ./tmp                    // Used during tests to dump data. 
32
33 After building (see INSTALL, which I've modified to be specific to
34 atlc) you should run 'make check' after running 'make'. 
35 One built, if you want to install the examples and binaries, run
36 'make install'. As the examples are large (~220 Mb) you might    
37 choose not to install them. In which case run 'make install-exec'
38 rather than 'make install'. If you later want to install the 
39 examples, run 'make install-data'
40
41 If wishing to contact me by email, mail me on drkirkby at gmail.com
42
43 Dr. David Kirkby, G8WRB. 27th March 2011 Re: atlc-4.6.1