Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
prog:lazarus:editeur:chocolatey [04/07/2024 17:53] thierry créée |
prog:lazarus:editeur:chocolatey [04/07/2024 18:03] (Version actuelle) thierry [Installation] |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== Installer et mettre a jour LAZARUS avec CHOCOLATEY ====== | ====== Installer et mettre a jour LAZARUS avec CHOCOLATEY ====== | ||
+ | ===== Informations sur la version de LAZARUS disponible ===== | ||
+ | Avec la commande ''choco info lazarus''... | ||
+ | <code> | ||
+ | C:\Users\thierry>choco info lazarus | ||
+ | Chocolatey v2.3.0 | ||
+ | lazarus 3.4.0 [Approved] Downloads cached for licensed users | ||
+ | Title: Lazarus | Published: 03/06/2024 | ||
+ | Package approved as a trusted package on juin 03 2024 16:49:41. | ||
+ | Package testing status: Passing on juin 03 2024 16:25:50. | ||
+ | Number of Downloads: 27610 | Downloads for this version: 6 | ||
+ | Package url https://community.chocolatey.org/packages/lazarus/3.4.0 | ||
+ | Chocolatey Package Source: https://github.com/MicksMix/chocolatey-lazarus | ||
+ | Package Checksum: '7lzucW/RnzF19vHCv8G/p/ecVQiQ6r1PUcTytZkSZpW8WXWb1Ejk4+xL/5va9Cek1DYtQiW5iROga5uK0KBmyw==' (SHA512) | ||
+ | Tags: lazarus fpc pascal delphi ide admin | ||
+ | Software Site: https://www.lazarus-ide.org/ | ||
+ | Software License: http://wiki.lazarus.freepascal.org/licensing | ||
+ | Software Source: https://gitlab.com/freepascal.org/lazarus | ||
+ | Documentation: http://wiki.freepascal.org/ | ||
+ | |||
+ | ... bla bla bla... | ||
+ | |||
+ | Lazarus inherits three features from its use of the Free Pascal compiler: compile speed, execution speed, and cross-compilation. | ||
+ | |||
+ | 1 packages found. | ||
+ | </code> | ||
+ | |||
===== Installation ===== | ===== Installation ===== | ||
+ | Pour installer la version actuelle de LAZARUS dans le répértoire ''C:\LAZARUS\current'' | ||
+ | <code powershell> | ||
+ | choco install lazarus --install-arguments="'/DIR=C:\LAZARUS\current'" | ||
+ | </code> | ||
+ | ===== Mise a jour ===== | ||
+ | <note>A tester...</note> | ||
+ | <code powershell> | ||
+ | choco upgrade lazarus | ||
+ | </code> | ||
+ | |||