英語で読む

次の方法で共有


vcpkg upgrade

構文

vcpkg upgrade [options]

説明

現在使用できるバージョンが 異なるクラシック モード パッケージを削除して再インストールします。

警告

このコマンドでは、以前のインストール状態は保存されません。 置換パッケージのビルド中にエラーが発生した場合、以前のパッケージのセットは復元されません。

堅牢なバージョン管理を行うには、マニフェスト モードを使用 します

既定では、 upgrade 変更される内容のプランを出力します。 そのプランを実行するために渡 --no-dry-run します。

$ vcpkg upgrade
The following packages will be rebuilt:
  * corrade[core,interconnect,pluginmanager,testsuite,utility]:x64-windows -> 2020.06#5
  * magnum[al-info,anyaudioimporter,anyimageconverter,anyimageimporter,anysceneconverter,anysceneimporter,anyshaderconverter,audio,cglcontext,core,debugtools,distancefieldconverter,eglcontext,fontconverter,gl,gl-info,glfwapplication,glxcontext,imageconverter,magnumfont,magnumfontconverter,meshtools,objimporter,opengltester,primitives,sceneconverter,scenegraph,sdl2application,shaderconverter,shaders,shadertools,text,texturetools,tgaimageconverter,tgaimporter,trade,wglcontext,windowlesscglapplication,windowlesseglapplication,windowlessglxapplication,windowlesswglapplication]:x64-windows -> 2020.06#12
  * openal-soft[core]:x64-windows -> 1.23.0
  * ragel[core]:x64-windows -> 6.10#5
  * sdl2[base,core]:x64-windows -> 2.26.4
Additional packages (*) will be modified to complete this operation.
If you are sure you want to rebuild the above packages, run this command with the --no-dry-run option.

[オプション]

すべての vcpkg コマンドでは、一連の 一般的なオプションがサポートされています。

--no-dry-run

古くなったパッケージを削除し、パブリック vcpkg レジストリのユーザーのローカル コピーに記載されているバージョンで再インストールします。

--no-keep-going

最初の障害で停止します。

既定では、パッケージのインストールエラーが発生した場合、vcpkg は引き続き関連のない他のパッケージのインストールを試みます。

--allow-unsupported

サポートされていないパッケージへのアップグレードの実行を許可します。