How to Integrate MSYS2 with Code::Blocks IDE

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

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

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

    Thanks man, you help me as I has been in trouble for many months😀

  • @joesearle5050
    @joesearle5050 2 месяца назад

    To avoid reloading dependent packages as you add a new package when you know you are already up to date, just add the "--needed" option.

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

    Thank you, that was very helpful. The audio was great

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

    Thanks for the video, the audio was great.

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

    This was a great help. Big thanks!

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

    Excelent tutorial!!! Thanks!!!

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

    Thanks for the pointers. One thing I ran into though was that CodeBlocks 17.12 generates an environment warning message that it cannot find the compiler even though the paths and file names were valid. However proceeding to the Hello World program, it compiled with on problem.

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

    Code::Blocks autocomplete lacks lots of notations when using MSYS2. Install right with mingw or winlibs mingw and see the astonishing difference.

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

    This was helpful, thank you! However, I think it is better to install CodeBlocks to C:\CodeBlocks or to another directory that has user write permission.

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

    Saved me from a lot of trialnerror situations. Thanks 4 sharing. +, like and sub from me

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

    please list the commands for the command line

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

      pacman -Syu
      pacman -Syu base-devel
      pacman -Syu mingw-w64-x86_64-toolchain
      pacman -Syu mingw-w64-x86_64-SDL2

  • @OrthoKawaiiPilled
    @OrthoKawaiiPilled 2 месяца назад

    11:45