Difference between revisions of "1st things to do post install"

From Free Pascal wiki
Jump to navigationJump to search
m (Add another category)
(Added a link to the page people actually want.)
 
Line 2: Line 2:
 
Once your Lazarus is installed and able to start up, it is good practice to:
 
Once your Lazarus is installed and able to start up, it is good practice to:
  
* Install .chm integrated {{keypress|F1}} help system [[Lazarus_Documentation#Lazarus.2FFPC_.28Free_Pascal.29|manually]] (i.e. copy the  [http://www.stack.nl/~marcov/doc-chm.zip .chm files] into the .../chm subdirectory of your local installation, '''F1''' will then find the files).
+
* Install .chm integrated {{keypress|F1}} help system [[Lazarus_Documentation#Lazarus.2FFPC_.28Free_Pascal.29|manually]] (i.e. copy the  [http://www.stack.nl/~marcov/doc-chm.zip .chm files] into the .../chm subdirectory of your local installation, '''F1''' will then find the files). Please see [[Installing Help in the IDE]] - How to install help for the RTL, FCL and LCL in the Lazarus IDE.
 
* Familiarise yourself with, and use, the button '''Project Options / Test''' .
 
* Familiarise yourself with, and use, the button '''Project Options / Test''' .
 
* Have a brief look at the [[IDE tricks]].
 
* Have a brief look at the [[IDE tricks]].

Latest revision as of 00:32, 23 March 2024

Once your Lazarus is installed and able to start up, it is good practice to:

  • Install .chm integrated F1 help system manually (i.e. copy the .chm files into the .../chm subdirectory of your local installation, F1 will then find the files). Please see Installing Help in the IDE - How to install help for the RTL, FCL and LCL in the Lazarus IDE.
  • Familiarise yourself with, and use, the button Project Options / Test .
  • Have a brief look at the IDE tricks.