7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
21 <body> | 21 <body> |
22 <a NAME="top" ID="top"></a> | 22 <a NAME="top" ID="top"></a> |
23 <h1>install-debugclients</h1> | 23 <h1>install-debugclients</h1> |
24 | 24 |
25 <p> | 25 <p> |
26 Installation script for the eric6 debug clients. | 26 Installation script for the eric debug clients. |
27 </p> | 27 </p> |
28 <h3>Global Attributes</h3> | 28 <h3>Global Attributes</h3> |
29 | 29 |
30 <table> | 30 <table> |
31 <tr><td>currDir</td></tr><tr><td>distDir</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>eric6SourceDir</td></tr><tr><td>installPackage</td></tr><tr><td>modDir</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>sourceDir</td></tr> | 31 <tr><td>currDir</td></tr><tr><td>distDir</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>eric6SourceDir</td></tr><tr><td>installPackage</td></tr><tr><td>modDir</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>sourceDir</td></tr> |
129 </dd> | 129 </dd> |
130 <dt><i>excludeDirs</i></dt> | 130 <dt><i>excludeDirs</i></dt> |
131 <dd> | 131 <dd> |
132 list of (sub)directories to exclude from copying | 132 list of (sub)directories to exclude from copying |
133 </dd> | 133 </dd> |
134 <dt><i>excludePatterns=</i></dt> | 134 <dt><i>excludePatterns</i></dt> |
135 <dd> | 135 <dd> |
136 list of filter pattern determining the files to | 136 list of filter pattern determining the files to |
137 be skipped | 137 be skipped |
138 </dd> | 138 </dd> |
139 </dl> | 139 </dl> |
174 | 174 |
175 <p> | 175 <p> |
176 Actually perform the installation steps. | 176 Actually perform the installation steps. |
177 </p> | 177 </p> |
178 <dl> | 178 <dl> |
179 <dt>Returns:</dt> | 179 <dt>Return:</dt> |
180 <dd> | 180 <dd> |
181 result code (integer) | 181 result code (integer) |
182 </dd> | 182 </dd> |
183 </dl> | 183 </dl> |
184 <div align="right"><a href="#top">Up</a></div> | 184 <div align="right"><a href="#top">Up</a></div> |
216 </dd> | 216 </dd> |
217 <dt><i>dst</i></dt> | 217 <dt><i>dst</i></dt> |
218 <dd> | 218 <dd> |
219 destination file name or directory name (string) | 219 destination file name or directory name (string) |
220 </dd> | 220 </dd> |
221 <dt><i>perm=</i></dt> | 221 <dt><i>perm</i></dt> |
222 <dd> | 222 <dd> |
223 permissions to be set (integer) | 223 permissions to be set (integer) |
224 </dd> | 224 </dd> |
225 </dl> | 225 </dl> |
226 <div align="right"><a href="#top">Up</a></div> | 226 <div align="right"><a href="#top">Up</a></div> |