Difference between revisions of "IDE Window: Installed Packages"

From Lazarus wiki
Jump to navigationJump to search
m
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{IDE Window: Installed Packages}}
 
{{IDE Window: Installed Packages}}
  
= Packages to install in the IDE =
+
__TOC__
  
This is the list of packages, that will be compiled into the IDE when it is rebuild. At the moment only static packages are available, so you have to rebuild the IDE to install/uninstall a package.
+
[[File:IDE_Window-_Install-Uninstall_Packages.png]]
  
== Uninstall selection ==
+
== Left List: Installed ==
 +
This is the list of packages that will be compiled into the IDE when it is rebuilt.
 +
At the moment only static packages are available, so you have to rebuild the IDE to install/uninstall a package.
  
Removes the selected packages from the above list.
+
Buttons:
 +
* '''Uninstall selection''': Removes the selected packages from the above list.
 +
* '''Import list''': Load the list from a file.
 +
* '''Export list''': Save the above list to a file (XML format).
  
== Import list ==
+
== Right List: Available for installation ==
 +
This is the list of all packages the IDE has seen on your system.
 +
If you are missing a package in this list, close the dialog and open the package (.lpk) file once. Then open the dialog again.
  
Load the list from a file.
+
Button:
 +
* '''Install selection''': Add the selected packages from the above list to the left list of '''packages to install'''.
  
== Export list ==
+
== Memo: Package info ==
 +
Show some information about the last clicked package. For example Author and Description, if available, and whether installed or not.
  
Save the above list to a file (XML format).
+
== Buttons ==
 
+
* '''Help''': Show this Wiki Help page.
= Available packages =
+
* '''Cancel''': Discard changes and close the dialog.
 
+
* '''Save and rebuild IDE''': Save changes and rebuild the IDE to compile the packages into the IDE. The packages will be available, when you restart the IDE. Depending on your installation, the IDE executable is readonly. In this case the IDE puts the new executable into the config directory (Linux, FreeBSD, macOS, Solaris: $HOME/.lazarus/bin/lazarus, Windows: ?). The startlazarus program automatically starts the correct executable. If you start the Lazarus executable manually you must start the correct one yourself.
This is the list of all packages the IDE has seen on your system. If you miss a package in this list, close the dialog and open the package (.lpk) once. Then open the dialog again.
+
* '''Save and exit dialog''': Save changes and exit dialog. The next time you rebuild the IDE the packages will be compiled into the IDE.
 
 
== Install selection ==
 
 
 
Add the selected packages from the above list to the left list of '''packages to install'''.
 
 
 
= Package Info =
 
 
 
Show some information about the last clicked package. For example Author and Description, if available.
 
 
 
= Cancel =
 
 
 
Discard changes and close the dialog.
 
 
 
= Save and rebuild =
 
 
 
Save changes and rebuild the IDE to compile the packages into. The packages will be available, when you restart the IDE. Depending on your installation, the IDE executable is readonly. In this case the IDE puts the new executable into the config directory. (Linux, FreeBSD, MacOSX, Solaris: $HOME/.lazarus/bin/lazarus, Windows: ?). The startlazarus program automatically starts the correct executable. If you started lazarus manually you must start the correct one yourself.
 
 
 
= Save and exit dialog =
 
 
 
Save changes and exit dialog. The next time you rebuild the IDE the packages will be compiled into the IDE.
 

Latest revision as of 13:04, 6 September 2021

Deutsch (de) English (en) français (fr)

IDE Window- Install-Uninstall Packages.png

Left List: Installed

This is the list of packages that will be compiled into the IDE when it is rebuilt. At the moment only static packages are available, so you have to rebuild the IDE to install/uninstall a package.

Buttons:

  • Uninstall selection: Removes the selected packages from the above list.
  • Import list: Load the list from a file.
  • Export list: Save the above list to a file (XML format).

Right List: Available for installation

This is the list of all packages the IDE has seen on your system. If you are missing a package in this list, close the dialog and open the package (.lpk) file once. Then open the dialog again.

Button:

  • Install selection: Add the selected packages from the above list to the left list of packages to install.

Memo: Package info

Show some information about the last clicked package. For example Author and Description, if available, and whether installed or not.

Buttons

  • Help: Show this Wiki Help page.
  • Cancel: Discard changes and close the dialog.
  • Save and rebuild IDE: Save changes and rebuild the IDE to compile the packages into the IDE. The packages will be available, when you restart the IDE. Depending on your installation, the IDE executable is readonly. In this case the IDE puts the new executable into the config directory (Linux, FreeBSD, macOS, Solaris: $HOME/.lazarus/bin/lazarus, Windows: ?). The startlazarus program automatically starts the correct executable. If you start the Lazarus executable manually you must start the correct one yourself.
  • Save and exit dialog: Save changes and exit dialog. The next time you rebuild the IDE the packages will be compiled into the IDE.