(Free) Software Building and Packaging For Windows
This shows you the differences between two versions of the page.
— |
updating_packages [2015/02/22 12:07] (current) adrien_clone created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Updating Packages ====== | ||
+ | |||
+ | ===== GUI ===== | ||
+ | Browse for the win-builds installation you wish to update, enter the ''bin'' directory and double-click on ''yypkg-1.5.0.exe''. The GUI will appear, retrieve the current package list, display it and ask for confirmation before processing them. | ||
+ | |||
+ | ===== Command-line ===== | ||
+ | |||
+ | First, start your preferred shell: ''cmd.exe'', ''msys'', ''cygwin'' or any from Linux if you are on Linux. | ||
+ | |||
+ | The ''yypkg'' command below needs to be either in the ''PATH'' environment variable or to be accessed through its full path (for ''cmd.exe'', drag-and-drop the executable to the command prompt; for others, use ''/opt/windows_??'' where ''??'' is either ''32'' or ''64'' depending on your setup). | ||
+ | |||
+ | To update all packages, run: | ||
+ | <code> | ||
+ | yypkg --web | ||
+ | </code> | ||
+ | |||
+ | In order to restrict the packages to consider for update, use the ''--packages'' argument: | ||
+ | <code> | ||
+ | yypkg --web --packages <package1> <package2> | ||
+ | </code> | ||