source: CMT/v1r12p20020606/doc/install.html @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 2.8 KB
Line 
1
2<center><h1><b>Install</b></h1></center>
3
4<br>
5
6<hr>
7<h2>On Unix platforms</h2>
8<blockquote>
9<p>
10  First download the <a href="download.html">distribution kit, as
11  follows:</a>.
12
13  <blockquote>
14    <pre>
15&gt; cd &lt;some root&gt;
16&gt; wget http://www.cmtsite.org/v1r12pxxx/CMTv1r12pxxx.tar.Z
17&gt; uncompress CMTv1r12pxxx.tar.Z
18&gt; tar xvf CMTv1r12pxxx.tar
19    </pre>
20  </blockquote>
21
22  <p>This results in a directory structure like:
23
24  <blockquote>
25    <pre>
26&lt;some root&gt;/CMT/v1r12pxxx/...
27    </pre>
28  </blockquote>
29
30  you have to perform the installation by running:
31
32  <blockquote>
33    <pre>
34unix> cd &lt;some root&gt;/CMT/v1r12pxxx/mgr
35unix> ./INSTALL
36unix> source setup.[c]sh
37
38  or
39
40dos> cd &lt;some root&gt;\CMT\v1r12pxxx\mgr
41dos> call INSTALL.bat
42dos> call setup.bat
43
44    </pre>
45  </blockquote>
46
47  <p>At this stage, you may either <i>build</i> CMT yourself, or fetch
48  from the <a href="download.html">download page</a> some of the
49  prebuilt binaries (note that even if you select to get one of the
50  prebuilt binaries, you always have to first download the source
51  kit).</p>
52
53  <blockquote>
54    <pre>
55unix> source setup.[c]sh
56unix> [g]make
57
58  or
59
60dos> call setup.bat
61dos> nmake /f nmake
62
63    </pre>
64  </blockquote>
65
66  Then CMT is installed, and ready to be used. Users have then to
67  connect to CMT by doing:
68
69  <blockquote>
70    <pre>
71
72unix-csh> source &lt;some root&gt;/CMT/v1r12pxxx/mgr/setup.csh
73
74  or
75
76unix-sh> . &lt;some root&gt;/CMT/v1r12pxxx/mgr/setup.sh
77
78  or
79
80dos> call &lt;some root&gt;\CMT\v1r12pxxx\mgr\setup.bat
81    </pre>
82  </blockquote>
83
84</blockquote>
85<hr>
86<h2>On Windows platforms</h2>
87
88<blockquote>
89
90  <P>
91  Some of the global configuration parameters for CMT <i>may</i>
92  optionally be installed as Windows registry entries (although the
93  environment variables style of definitions is fully supported). This
94  can be done using the <tt>install.exe</tt> facility available from
95  the download page or using the standard RegEdit facility : </P>
96
97  <UL>
98
99    <LI>
100      <tt>HKEY_LOCAL_MACHINE/Software/CMT/root</tt> will contain the root
101      directory where CMT is installed (eg. "e:").
102    </LI>
103
104    <LI>
105      <tt>HKEY_LOCAL_MACHINE/Software/CMT/version</tt> will contain the
106      current version tag of CMT ("v1r12" for this version).
107    </LI>
108
109    <LI>
110      <tt>HKEY_LOCAL_MACHINE/Software/CMT/path/</tt> may
111      optionally contain a set of text values corresponding to the
112      different package global access paths (similar to the
113      CMTPATH environment variable.
114    </LI>
115
116    <LI>
117      <tt>HKEY_CURRENT_USER/Software/CMT/path/</tt> may contain a
118      set of text values corresponding to the different package
119      private access paths (complementary to the latter).
120    </LI>
121
122  </UL>
123</blockquote>
124
125<hr>
Note: See TracBrowser for help on using the repository browser.