CppCon 2016: Diego Rodriguez-Losada “Conan, a C and C++ package manager for developers"

Поделиться
HTML-код
  • Опубликовано: 6 ноя 2024

Комментарии • 6

  • @videojeroki
    @videojeroki 7 лет назад +6

    nice i like cpp, but my main issue is the dependencies... i'll try it out!

  •  7 лет назад +1

    How do we ensure that the packages we use are the official ones? That there's no malware in there? Thanks

    • @defumak
      @defumak 7 лет назад +3

      Bintray supports the conan-center repo, where all official packages are built on Travis and Appveyor. However, you are able to build any package on your machine by adding --build flag to install command.

    • @abhij5670
      @abhij5670 6 лет назад

      Are all the libraries available on conan/bintray? Something like Opengl freeglut or glew libraries?

    • @giladreich810
      @giladreich810 5 лет назад

      Watch again from 19:37 and you'll see that there is no risk if your company hosting a conan server and you'll upload your own packages/binaries to the a conan server.

  • @georgechakhidze8698
    @georgechakhidze8698 5 лет назад

    Written in Python.