Changes between Version 6 and Version 9 of Ticket #4680


Ignore:
Timestamp:
Dec 19, 2009, 5:25:24 PM (14 years ago)
Author:
mmadia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4680

    • Property Owner changed from mmadia to nobody
  • Ticket #4680 – Description

    v6 v9  
    11This is a bare bones, born out of necessity idea. Essentially it allows end users a controlled method for installing OptionalPackages from within Haiku.
    22
    3 `optpkgman` is the name of the CLI application
     3`installoptionalpackages` is the name of the CLI application
    44{{{
    5 Usage: ./optpkgman.sh [-l] [-a]
     5Usage: installoptionalpackages [-l] [-a]
    66-l      List installable packages
    77-a      Add a package and all of it's dependencies
     
    1212
    1313The script will determine the revision of Haiku and use that to download the appropriate build/jam/.... files from svn.
     14
     15Additional information is mentioned in [http://www.freelists.org/post/haiku-development/Chance-of-adding-a-bash-script-for-installing-OptionalPackages-from-within-Haiku this mailing list thread]