<div dir="ltr"><div class="gmail_extra">Don, you should probably take this to the forums at <a href="http://www.getlazarus.org/forums/viewforum.php?f=22">http://www.getlazarus.org/forums/viewforum.php?f=22</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">But to answer your question, in order to reduce the total install size of Raspberry Pi I've removed many fpc packages which do not fall under the domain of the rtl or fcl. I know for a lot of people SD card space is a major concern when picking what to put on their Pi, and I think I've managed to to strike a reasonable balance in reducing the install size from 1.2GB down to 240MB.</div><div class="gmail_extra"><br></div><div class="gmail_extra">If you need packages which are missing, you can use svn to install just the compiler packages you need by using the command:</div><div class="gmail_extra"><br></div><div class="gmail_extra">svn co <a href="http://svn.freepascal.org/svn/fpc/trunk/packages/">http://svn.freepascal.org/svn/fpc/trunk/packages/</a><packagename>/src <packagename></div><div class="gmail_extra"><br></div><div class="gmail_extra">Where <packagename> is the name of the individual missing fpc package you want installed. Just be sure to add the <packagename> folder to your Lazarus include path.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">To list packages use: </div><div class="gmail_extra"><br></div><div class="gmail_extra">svn ls <a href="http://svn.freepascal.org/svn/fpc/trunk/packages/">http://svn.freepascal.org/svn/fpc/trunk/packages/</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I hope this helps.</div></div>