[Lazarus] Installed Lazarus 2.0.4 on my Chromebook...

Samps samps at unplugd.com
Tue Aug 20 03:26:40 CEST 2019


Just thought I'd let the makers of this wonderful software know that it installs almost flawlessly on a newish Chromebook.

Screen shot to prove it:
https://cloud.unplugd.info/index.php/s/2yRXGBRowEgbkGq


Packages chosen were the .deb ones from Sourceforge and below is a dump of the history of commands used on my Chromebooks Crouton terminal to install FPC and Lazarus. It might look disjointed at first glance but it becomes obvious as you hit the stumbleblocks....

   

   31  dpkg -i fpc-laz_3.0.4-1_amd64.deb 
   32  sudo dpkg -i fpc-laz_3.0.4-1_amd64.deb 
   33  sudo apt install binutils
   34  sudo dpkg -i fpc-laz_3.0.4-1_amd64.deb 
   35  sudo apt install gcc
   36  sudo apt install libgcc
   37  sudo apt install gcc
   38  sudo dpkg -i fpc-laz_3.0.4-1_amd64.deb 
   39  ls
   40  sudo dpkg -i fpc-src_3.0.4-2_amd64.deb 
   41  ls
   42  sudo dpkg -i lazarus-project_2.0.4-0_amd64.deb 
   43  sudo apt install libgtk2.0-dev
   44  sudo apt --fix-broken install 
   45  sudo apt install libgtk2.0-dev
   46  sudo apt autoremove
   47  sudo dpkg -i lazarus-project_2.0.4-0_amd64.deb 
   48  startlazarus 
   49  sudo apt install libgl1
   50  startlazarus 
   51  history

Now I just need one thing... a debugger! Any and all suggestions welcome.

cheers
Samps


More information about the lazarus mailing list