[fpc-pascal] FPC 3.0.4 on Ubuntu Trusty
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Wed Jan 17 21:45:45 CET 2018
On 2018-01-17 20:05, Darius Blaszyk wrote:
> What is the most convenient way to install FPC 3.0.4 on Ubuntu Trusty?
In the years that I still used Linux (Ubuntu) as my primary OS, I ALWAYS
used the official Free Pascal console installer (never the bundled
packages for FPC or Lazarus). Then simply used the apt-get package
manager to install the dependencies:
sudo apt-get install libX11-dev
sudo apt-get install libXft-dev
That pulled in everything I needed to get a working development
environment on Ubuntu. That way I could also install multiple version of
FPC for testing.
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP key: http://tinyurl.com/graeme-pgp
More information about the fpc-pascal
mailing list