source: CMT/v1r14p20031120/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: 3.3 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  First download the <a href="download.html">source distribution kit, as
10  follows:</a>.
11
12  <blockquote>
13    <pre>
14&gt; cd &lt;some root&gt;
15&gt; wget http://www.cmtsite.org/v1r14p&lt;xxx&gt;/CMTv1r14p&lt;xxx&gt;.tar.gz
16&gt; tar xzf CMTv1r14p&lt;xxx&gt;.tar.gz
17    </pre>
18  </blockquote>
19
20  <p>This results in a directory structure like:
21
22  <blockquote>
23    <pre>
24&lt;some root&gt;/CMT/v1r14pxxx/...
25    </pre>
26  </blockquote>
27
28  Then, you have to perform the installation by running:
29
30  <blockquote>
31    <pre>
32unix> cd &lt;some root&gt;/CMT/v1r14pxxx/mgr
33unix> ./INSTALL
34unix> source setup.[c]sh
35
36  or
37
38dos> cd &lt;some root&gt;\CMT\v1r14pxxx\mgr
39dos> call INSTALL.bat
40dos> call setup.bat
41
42    </pre>
43  </blockquote>
44
45  <p>At this stage, you may either <i>build</i> CMT yourself, or fetch
46  from the <a href="download.html">download page</a> some of the
47  prebuilt binaries (note that even if you select to get one of the
48  prebuilt binaries, you always have to first download the source
49  kit).</p>
50
51  <blockquote>
52    <pre>
53unix> source setup.[c]sh
54unix> [g]make
55
56  or
57
58dos> call setup.bat
59dos> nmake /f nmake
60
61    </pre>
62  </blockquote>
63
64  Then CMT is installed, and read to be used. Users have then to
65  connect to CMT by doing:
66
67  <blockquote>
68    <pre>
69
70unix-csh> source &lt;some root&gt;/CMT/v1r14pxxx/mgr/setup.csh
71
72  or
73
74unix-sh> . &lt;some root&gt;/CMT/v1r14pxxx/mgr/setup.sh
75
76  or
77
78dos> call &lt;some root&gt;\CMT\v1r14pxxx\mgr\setup.bat
79    </pre>
80  </blockquote>
81
82
83</blockquote>
84
85<hr>
86<h2>On Redhat Linux platforms</h2>
87
88<blockquote>
89  <p>
90     For those platforms, a binary RPM is available. The installation procedure becomes:
91
92  <blockquote>
93    <pre>
94&gt; wget http://www.cmtsite.org/v1r14pxxx/CMT-v1r14pxxx-1.i386.rpm
95&gt; rpm -Uvh --relocate /CMT=&lt;some root&gt;/CMT CMT-v1r14pxxx-1.i386.rpm
96&gt; source &lt;some root&gt;/CMT/v1r14pxxx/mgr/setup.[c]sh
97    </pre>
98  </blockquote>
99
100     Once the installation is complete, CMT is ready to use.
101
102  </p> 
103</blockquote>
104
105<hr>
106<h2>On Windows platforms</h2>
107
108<blockquote>
109
110  <P>
111  Some of the global configuration parameters for CMT <i>may</i>
112  optionally be installed as Windows registry entries (although the
113  environment variables style of definitions is fully supported). This
114  can be done using the <tt>install.exe</tt> facility available from
115  the download page or using the standard RegEdit facility : </P>
116
117  <UL>
118
119    <LI>
120      <tt>HKEY_LOCAL_MACHINE/Software/CMT/root</tt> will contain the root
121      directory where CMT is installed (eg. "e:").
122    </LI>
123
124    <LI>
125      <tt>HKEY_LOCAL_MACHINE/Software/CMT/version</tt> will contain the
126      current version tag of CMT ("v1r14" for this version).
127    </LI>
128
129    <LI>
130      <tt>HKEY_LOCAL_MACHINE/Software/CMT/path/</tt> may
131      optionally contain a set of text values corresponding to the
132      different package global access paths (similar to the
133      CMTPATH environment variable.
134    </LI>
135
136    <LI>
137      <tt>HKEY_CURRENT_USER/Software/CMT/path/</tt> may contain a
138      set of text values corresponding to the different package
139      private access paths (complementary to the latter).
140    </LI>
141
142  </UL>
143</blockquote>
144
145<hr>
Note: See TracBrowser for help on using the repository browser.