[Webinar: Part 1 of 3] Introduction to C/C++ Package Management with Conan

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

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

  • @Jacob011
    @Jacob011 3 года назад +1

    I already looove Python and I'm learning C++, so I love hearing you went with Python as full scripting language.

  • @ivanasanbasilio1058
    @ivanasanbasilio1058 4 года назад +1

    Great webinar!! El material esta genial, muy bien explicado!!

  • @AlexRodriguez-do9jx
    @AlexRodriguez-do9jx 2 года назад

    Just a heads up, if you are trying to follow along on linux or mac at 31:21 the command goes something like... cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release. Had to dig a bit to find that.

  • @BOSCHElITE
    @BOSCHElITE Год назад

    Great work.Thanks.

  • @pedroosorio1948
    @pedroosorio1948 7 лет назад +5

    Amazing work ! Lovely ! It would be cool to have Conan Repos as a free option in Artifactory :p

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

      Thanks for the feedback, we'll pass it to the product team. In a meanwhile feel free to use the free Conan server!

    • @eranblumenthal6056
      @eranblumenthal6056 6 лет назад +1

      Well, now you have it mate :)
      docs.conan.io/en/latest/uploading_packages/artifactory_ce.html

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

    Is there a part two and three?

    • @JFrogInc
      @JFrogInc  7 лет назад +9

      Part 2 ruclips.net/video/JsijdbjVlXw/видео.html
      Part 3 ruclips.net/video/ExpkMy6DJ6o/видео.html

  • @shaileshagrahari6588
    @shaileshagrahari6588 2 года назад

    Do we need to install any conan setup(.exe) to run the command "conan install .." ? in my system..?

  • @salimp2009
    @salimp2009 3 года назад +1

    great video but how do you install conan on Windows; i have Ptyhon 3.7 on my system and pip is also installed . so i cloned the conan from source opened a command line window and passed in pip install conan but it is not recognized...i tried to run first using switching to python command line by simply writing py and that did not recognize...i also tried to open git bash command line and switched the directory to conan cloned directory but that did not work as well. I HAVE VS Studio 16.9.3 installed on Windows 10 Pro . i also tried on a different machine with similar setup; both had python, pip and vs studio installed and i am using it daily. i like to try out conan but i cannot install on Windows. And i could not find one single step by step instruction how to install Conan on Windows.. they are all about Linux or OSX...I tried Jfrogs lessons but they dont have those steps ; more Jfrogs features...I really appreciate if you can simply direct me in the right direction...thnks :)

    • @FredericSimon
      @FredericSimon 3 года назад +1

      Doing "pip install conan" is really the easiest way. If python, MSBuild and cmake are in your PATH you can run conan with CMake.

    • @salimp2009
      @salimp2009 3 года назад

      I will try again when i check the version of pythob and pip it shows me but when i run the commands it does know the commands I will try again another machine maybe those are not added to the path that is why it mightnot be working . The problem is executing the pip Maybe i need to install the python indivudually rather than relying on Vs Studio Thnks I definetly want to give it a try 👍👍

    • @salimp2009
      @salimp2009 3 года назад +1

      Ok. I finally managed to install it Apparently my python package was a minimal one I downloaded Python full package and everythng worked . Awesome 👍👍

  • @sajidmuneer4241
    @sajidmuneer4241 4 года назад

    Very nicely done. Bravo

  • @pdn9609
    @pdn9609 3 года назад

    19:00 Just destroyed my hopes for a finally modern solution for C/C++ which would require of course to be 100% declarative! Come on, you just mentioned the virtues of maven a few minutes back, the biggest of all being a declarative system, along with convention over configuration, etc.