Difference between revisions of "fppkg"

From Free Pascal wiki
Jump to navigationJump to search
Line 18: Line 18:
 
   convertmk          Convert Makefile.fpc to fpmake.pp
 
   convertmk          Convert Makefile.fpc to fpmake.pp
 
</pre>
 
</pre>
 +
 +
== Commands ==
 +
 +
=== Update ===
 +
Update packages list
 +
 +
=== Avail ===
 +
List available packages
 +
 +
=== Build ===
 +
Build package
 +
 +
=== Install ===
 +
Install package
 +
 +
=== Download ===
 +
Download package
 +
 +
=== Convertmk ===
 +
Convert Makefile.fpc to fpmake.pp

Revision as of 19:25, 22 August 2007

See also FPMake.


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

Commands

Update

Update packages list

Avail

List available packages

Build

Build package

Install

Install package

Download

Download package

Convertmk

Convert Makefile.fpc to fpmake.pp