Sunday, November 11, 2012

Lazarus FreePascal IDE on Raspberry PI

I have installed the version from debian respository

sudo apt-get install lazarus-ide fpc


The install and developing process is the same like on any Debian machine
I have started the ide over the ssh

ssh -X pi@192.168.1.104
lazarus-ide



I have the Firebird components i can start doing Database apps like on any desktop






2 comments:

  1. Bun. L-am instalat.
    Creez o nouă aplicaţie şi pun pe form un buton.
    Dublu click pe el pentru a fi generată procedura "OnClick".
    Numai că este deschisă LCLClasses şi apare mesaj de eroare că nu este găsită Classes.
    Aparent chiar nu e.
    Ce e de făcut?

    ReplyDelete
  2. ai nevoie de pachetele fpc si fpc-source

    sudo apt-get install fpc fpc-source

    ReplyDelete