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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Executing DiaSCE</title>
</head>
<body>
<style type="text/css"><!--
table {
border: solid 2px blue;
margin-bottom: 0.5em;
margin-top: 0.5em;
background-color: #01A4FF;
width: 100%;
padding: 2;
}
--></style>
<table cellspacing="2"><tr valign="middle">
<td><a accesskey="u" href="diasce02.html"><img src="images/up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="images/home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">DiaSCE manual</th>
<td><a accesskey="n" href="menu_bar.html"><img src="images/right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<p><h2>Executing DiaSCE</h2></p>
<p>Once instaled, you just have to type "diasce2" in the command shell. It will
launch DiaSCE and create a configuration file called .diasce2 in your home
directory. It will then perform some detections of programs and libraries, and
at last you'll be presented the main window. This windows has some elements that
will be described in the next sections.</p>
</body>
</html>
|