rodrigosantosbr

[Ubuntu >= 12.04] Installing Lazarus IDE (Free Pascal)

Dec 30th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

Step 1: download files

https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20i386%20DEB/Lazarus%202.0RC3/

fpc-src_3.0.4-1_i386.deb
fpc-laz_3.0.4-1_i386.deb
lazarus-project_2.0.0RC3-0_i386.deb 

Step 2: fpc-laz and fpc-src installation

sudo dpkg -i fpc-laz_3.0.4-1_i386.deb fpc-src_3.0.4-1_i386.deb 

Step 3: libs and packages installation

sudo apt-get install -y build-essential libx11-dev libgtk2.0-dev libcairo2-dev libpango1.0-dev libxtst-dev 
sudo apt-get install -y libgdk-pixbuf2.0-dev libatk1.0-dev libghc-x11-dev libgl1-mesa-dev gdb

Step 4: app check

michel@hp:~$ which ld
/usr/bin/ld
michel@hp:~$ which as
/usr/bin/as
michel@hp:~$ which gdb
/usr/bin/gdb

Step 5: lazarus installation

sudo dpkg -i lazarus-project_2.0.0RC3-0_i386.deb
Add Comment
Please, Sign In to add comment