Hi Howard<br><br><div class="gmail_quote">On 8 November 2012 21:49, Howard Lee Harkness <span dir="ltr"><<a href="mailto:howard.lee.harkness@gmail.com" target="_blank">howard.lee.harkness@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I was not able to find the deb files. How do you download them? When I did a search for "lazarus install on debian", I got a list of installation instructions for everything except Debian -- and directions for doing a source checkout and build.<br>


<br>BTW, I missed the part about needing to configure fpc and fpc-packages before doing the make. After an apt-get install fpc, make appears to be running just fine in the lazarus directory. Now to figure out how to start it up...<br>
</blockquote><div><br></div></div><div>The instructions for Ubuntu foundĀ <a href="http://wiki.freepascal.org/Install_on_Ubuntu_from_.deb_files">here</a> should work pretty much the same for Debian (i.e. download from sourceforge). Also note that for the latest version it seems that there are no longer so many small .deb files, but IIRC just the fpc, fpc-source and lazarus packages.</div>
<div><br></div><div>A better way IMHO (but a bit more long-winded) is to create a local debs directory (I have mine in my home directory) to which you download all .deb files, then create a line "deb file:/path/to/local/directory/debs ./" in your /etc/apt/sources.list file.<br>
</div><div>As root run the following commands in the debs directory (I put them together in an executable script):</div><div>"ls *deb > override<br>dpkg-scanpackages . ./override | gzip -c -9 > Packages.gz"</div>
<div><br></div><div>Then run aptitude update or apt-get update (or do update from Synaptic) and the local .deb packages should be visible in your package manager to be installed as usual. I must warn you though, that Ubuntu .deb packages don't always work on Debian (e.g. because some dependencies are just not available), but at least for lazarus and fpc it worked without problems. I also could not get theĀ </div>
<div>"deb <a>http://www.hu.freepascal.org/lazarus/</a> lazarus-stable universe" to work in my sources.list file (or the available version was way to old).</div><div><br></div><div>HTH</div><div>Chavoux</div>