Difference between revisions of "FPCupDeLuxe install on Linux cheatsheet"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "category:Install long story short: * install Lazarus via apt or some other package-manager * compile fpcupdeluxe * purge the above Lazarus * now use fpcupdeluxe...")
 
Line 3: Line 3:
 
long story short:
 
long story short:
  
* install Lazarus via apt or some other package-manager
+
* install Lazarus via '''apt''' or some other package-manager
 
* compile [[fpcupdeluxe]]
 
* compile [[fpcupdeluxe]]
 
* purge the above Lazarus
 
* purge the above Lazarus
* now use [[fpcupdeluxe]] to install an isolated Laz. FPC will not be in the searchpath, use the provided launcher (.desktop file) to "startlazarus" employing a --pcp directive to keep multiple Lazaruses apart.
+
* now use [[fpcupdeluxe]] to install an isolated Laz. '''FPC''' will not be in the searchpath, use the provided launcher (.desktop file) to run "'''startlazarus'''" employing a '''--pcp''' directive to keep multiple Lazaruses apart.

Revision as of 06:08, 18 October 2017


long story short:

  • install Lazarus via apt or some other package-manager
  • compile fpcupdeluxe
  • purge the above Lazarus
  • now use fpcupdeluxe to install an isolated Laz. FPC will not be in the searchpath, use the provided launcher (.desktop file) to run "startlazarus" employing a --pcp directive to keep multiple Lazaruses apart.