<div dir="ltr"><div class="gmail_extra">Don, </div><div class="gmail_extra"><br></div><div class="gmail_extra">Regarding a script to setup FPC 3.0.0 and Lazarus on a virgin Pi, you might want to try my Pi installer script at this location:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="http://www.getlazarus.org/setup/?download#raspberry_pi">http://www.getlazarus.org/setup/?download#raspberry_pi</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">The script doesn't require super user rights, it asks where you want to put FPC 3.0.0 and Lazarus (recent trunk revision) below you home folder (e.g. /home/pi/Development/FreePascal). It will guide you through installing the pre-requisites for FPC and Lazarus on Raspbian (make, gdb, gtk pixbuf) and is reduced  in install size speifically for the Pi. </div><div class="gmail_extra"><br></div><div class="gmail_extra">About keeping sharing files on your PC <-> Pi, I use sshfs to share folders between the Pi and my Linux development PC. The share can go either direction, but can be configured it go either way. Maybe this maybe will help ...<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">On the Pi:</div><div class="gmail_extra"><br></div><div class="gmail_extra">sudo rasp-config</div><div class="gmail_extra"><br></div><div class="gmail_extra">Go to advanced and turn on ssh server.</div><div class="gmail_extra"><br></div><div class="gmail_extra">On your Linux desktop install sshfs.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">sudo apt-get install sshfs</div><div class="gmail_extra"><br></div><div class="gmail_extra">Then you can mount the Pi file system</div><div><br></div></div><div class="gmail_extra">mkdir $HOME/pi</div><div class="gmail_extra">sshfs mount pi@192.168.XX.XX:/home/pi $HOME/pi</div><div class="gmail_extra"><br></div><div class="gmail_extra">Where 192.168.XX.XX is the local IP address of your Pi. You can then access you Pi folder through $HOME/pi on your desktop PC.</div></div>