<p>Commonly, if you can identify what you want installed, you could run<br>
 apt-get install [list of packages]<br>
And that would identify all the dependencies. </p>
<p>So, </p>
<p>apt-get install gcc make tcl8.5 tk8.5</p>
<p>The challenge, such as it is comes in identifying which packages you want. </p>
<p>The package management system should cope quite well with figuring out the dependencies. </p>