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 42 43 44 45 46 47 48 49 50 51
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Needed and suggested programs to work with 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="p" href="basic_features.html"><img src="images/left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="diasce01.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="instalation.html"><img src="images/right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<p><h2>Needed and suggested programs to work with DiaSCE</h2></p>
<p>Here is a list of programs that are REQUIRED by DiaSCE to work properly:</p>
<ul>
<li>Automake</li>
<li>Autoconf</li>
<li>Find</li>
<li>Exhuberant-ctags</li>
</ul>
<p>And here you have a list of suggested programs, which will let you use all the
features offered by DiaSCE:</p>
<ul>
<li>Glade2: For GUI development</li>
<li>Libglade2: For GUI window navigation and fast access to callback code.</li>
<li>gcc </li>
<li>GNU Make</li>
<li>gdb, DDD : For debugging</li>
<li>which : For a faster detection of programs by DiaSCE</li>
<li>grep : To search in multiple files</li>
<li>Memprof : For memory leak detection</li>
<li>Electrif fence : For malloc() debugging</li>
<li>lpr : To print</li>
<li>cvs: To use CVS for your DiaSCE project.</li>
<li>gettext: for project internationalization</li>
</ul>
</body>
</html>
|