-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuilding_Unix.txt
More file actions
47 lines (24 loc) · 978 Bytes
/
Building_Unix.txt
File metadata and controls
47 lines (24 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
To Build:
First cd to the SOURCE directory and type
make all
make trc
This will also make the library for TransNetCalc which building trc in the TCL durectory also will need.
Run:
./trc
By the way trc is for Transmission Line Calc.
To test, load the topology doublestubtunerlumped.t
This is a double stub tuner that matches the load at 100 Ohms to 50 Ohms using coaxial cables.
To build with TCL interpreter buit in, follow the directions below:
For TCL Interprter support do the following:
run command 'pwd' in the toplevel directory: TransmissionLineNets.
THE_PATH is this directory (obtained by pwd)
Next type
export LD_LIBRARY_PATH=THE_PATH/library
Change directory to TCL.
type make
The executable is trc
Run:
./trc
Note you can now run tcl commands. See the documentation.
Also read the README.txt file in the TCL directory.
If you need to build TCL8.4 we have included the source code in the directory: TCL8p4