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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to