FPCupDeLuxe install on Linux cheatsheet

From Lazarus wiki
Revision as of 06:12, 18 October 2017 by Mai (talk | contribs)
Jump to navigationJump to search


long story short:

  • install Lazarus via apt or some other package-manager
  • download, unzip and compile fpcupdeluxe
  • purge the above Lazarus
  • now use fpcupdeluxe to install an isolated Laz: choose trunk , x86_64 , linux , trunk and click the green thumbs-up button.
  • FPC , the actual Pascal compiler, will not be in the searchpath. Use the provided launcher (.desktop file) to run "startlazarus" employing a --pcp directive to keep multiple Lazaruses apart.