conanインストール

1037 ワード

一、conanの紹介
conanはプラットフォームにまたがるパケット管理ツールであり、CとC++開発者向けであるが、ソースコードからバイナリパケットを依存し、プリコンパイルすることができる.
二、取り付け
  • 前提条件1、Python3.5以上のバージョンをインストールします.2、取り付け中にpipを取り付ける.
  • インストールプロセス1、インストールコマンド:pip install conan、検証コマンド:conan、応答結果を表示し、成功すれば以下のように応答する:
  • Consumer commands
            install    Installs the requirements specified in a recipe (conanfile.py or conanfile.txt).
            config     Manages Conan configuration.
            get        Gets a file or list a directory of a given reference or package.
            info       Gets information about the dependency graph of a recipe.
            search     Searches package recipes and binaries in the local cache or a remote.
    
  • 更新プロセス入力コマンド:pip install conan --upgrade