Difference between revisions of "fppkg"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
See also [[FPMake]].
 
 
 
== Introduction ==
 
== Introduction ==
  
 
Fppkg is the freepascal package manager. This tool manages packages from a repository, unzips, builds and installs.
 
Fppkg is the freepascal package manager. This tool manages packages from a repository, unzips, builds and installs.
 +
 +
See also [[FPMake]].
  
 
== Basics ==
 
== Basics ==

Revision as of 18:31, 22 August 2007

Introduction

Fppkg is the freepascal package manager. This tool manages packages from a repository, unzips, builds and installs.

See also FPMake.

Basics

Commandline arguments

Output of fppkg -h

Generating default global configuration in "c:\fpc\2.3.1\bin\i386-win32\fppkg.cfg"
Usage: c:\fpc\2.3.1\bin\i386-win32\fppkg.exe [options] <action> <package>
Options:
  -c --config        Set compiler configuration to use
  -h --help          This help
  -v --verbose       Set verbosity
Actions:
  update             Update packages list
  avail              List available packages
  build              Build package
  install            Install package
  download           Download package
  convertmk          Convert Makefile.fpc to fpmake.pp

Actions

Update

Update packages list

Avail

List available packages

Build

Build package

Install

Install package

Download

Download package

Convertmk

Convert Makefile.fpc to fpmake.pp