Difference between revisions of "Online Package Manager"

From Free Pascal wiki
Jump to navigationJump to search
Line 8: Line 8:
  
 
[[File:OPM2.png]]
 
[[File:OPM2.png]]
 +
 +
=== License ===
 +
[https://opensource.org/licenses/gpl-license GNU General Public License]
 +
 +
=== Download ===
 +
https://github.com/getmem/LazOpkMan/archive/master.zip
 +
 +
=== Dependencies / System Requirements ===
 +
* FPC 3.0.0 or newer
 +
* Lazarus 1.6.0 or newer
 +
* These versions were available at the time of writing this update.
 +
 +
=== Installation ===
 +
* Create a directory for the components, such as ''lazarus\components\onlinepackagemanager''.
 +
* In this directory, unzip the files from the zip file.
 +
* Open lazarus
 +
* Open the package ''onlinepackagemanager.lpk'' from the main folder with ''Package/Open package file (.lpk)''.
 +
* Click Compile then Install.

Revision as of 08:26, 17 November 2016

English (en) español (es) русский (ru)

About

Online Package Manager is a tool that automates the process of installing, upgrading, configuring Lazarus packages.

Screenshot

OPM1.png

OPM2.png

License

GNU General Public License

Download

https://github.com/getmem/LazOpkMan/archive/master.zip

Dependencies / System Requirements

  • FPC 3.0.0 or newer
  • Lazarus 1.6.0 or newer
  • These versions were available at the time of writing this update.

Installation

  • Create a directory for the components, such as lazarus\components\onlinepackagemanager.
  • In this directory, unzip the files from the zip file.
  • Open lazarus
  • Open the package onlinepackagemanager.lpk from the main folder with Package/Open package file (.lpk).
  • Click Compile then Install.