Project

General

Profile

Conan

Documentation

Getting started

-> NOTE: This will only work if conan is set up correct. So please refer to the former mentioned documentation !!

-> REMARK: If you are running conan behind a proxy please consider to setup your proxy in conan.conf. See proxy for more information.

  • Two conan commands are important to use our products in your conan setup
    • conan remote
      • Example:
        • conan remote add dw-remote-bundle https://artifactory.digitalwerk.net/ui/repos/tree/General/dw-remote-bundle/dw false
    • conan install
      • to get the product which is availabe for your plattform
      • Example:
        • conan install adtf/3.15.2@dw/stable

Some hints

  • All our public remotes are listed here: Artifactory
  • To find our products
    • conan search <NAME> -r all
    • Example:
      • conan search adtf -r all
      • conan search adtf_* -r all
    • Then copy the full name and use it with conan install