How To Install GCC On macOS

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 23

  • @adityaverma9572
    @adityaverma9572 4 หลายเดือนก่อน

    only tutorial that worked for me thanks man

  • @SamaaSeif
    @SamaaSeif 3 หลายเดือนก่อน +2

    when I tried to use the ln -s g++-14 g++, it says the file doesn't exist.. but then when I view filed in directory it there... what's the fix?

  • @dianaburlacu5728
    @dianaburlacu5728 10 หลายเดือนก่อน

    great and easy tutorial, congrats and thank you!

  • @OzodbekMakhammatov
    @OzodbekMakhammatov 11 หลายเดือนก่อน +4

    Hello, Can you please help me.
    I cant download GCC after installing brew. When I write "brew install gcc" it has like error - "command not found: brew". What can I do, can you please help to me

    • @MattsLecturesandTutorials
      @MattsLecturesandTutorials  11 หลายเดือนก่อน +4

      Sounds like the homebrew installer didn't properly update the $PATH variable to include where homebrew got installed. You can add it yourself using one of the following commands:
      If using Apple Silicon: echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> $HOME/.zshrc
      If using Intel: echo 'eval $(/usr/local/bin/brew shellenv)' >> $HOME/.zshrc
      Make sure to close and re-launch the terminal after running the command

    • @OzodbekMakhammatov
      @OzodbekMakhammatov 11 หลายเดือนก่อน

      Thank you so much, I will try that@@MattsLecturesandTutorials

    • @shivdasa1388
      @shivdasa1388 10 วันที่ผ่านมา

      brew install g++

  • @victoriaco1262
    @victoriaco1262 2 หลายเดือนก่อน

    Thank you a lot!! all the best to you! 💜

  • @ksjdudh1666
    @ksjdudh1666 11 หลายเดือนก่อน +1

    Hello there, for some reason the installation is stuck on make for some reason..

  • @TCMACK
    @TCMACK 11 หลายเดือนก่อน +3

    Hi. It worked up to me typing "brew install gcc," to which I got an error.

    • @rahuljay5999
      @rahuljay5999 7 หลายเดือนก่อน

      Hey did you solved the issue

    • @coldbyte7666
      @coldbyte7666 6 หลายเดือนก่อน

      @@rahuljay5999 Sounds like the homebrew installer didn't properly update the $PATH variable to include where homebrew got installed. You can add it yourself using one of the following commands:
      If using Apple Silicon: echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> $HOME/.zshrc
      If using Intel: echo 'eval $(/usr/local/bin/brew shellenv)' >> $HOME/.zshrc
      Make sure to close and re-launch the terminal after running the command

    • @FathimaRaeesah
      @FathimaRaeesah 3 หลายเดือนก่อน +1

      yeah it says command not found

  • @ishaankulkarni49
    @ishaankulkarni49 ปีที่แล้ว

    great tutorial! Can you also tell us how to configure the 'bits/stdc++.h' file please

  • @dungnguyen5912
    @dungnguyen5912 6 หลายเดือนก่อน

    Thank you for posting this video. The best!

  • @josephscotti3858
    @josephscotti3858 3 หลายเดือนก่อน +1

    @MattsLecturesandTutorials when i'm about to download gcc terminal says the command brew isn't found, how do i solve it ? i'm in MacOs sonoma

    • @FathimaRaeesah
      @FathimaRaeesah 3 หลายเดือนก่อน

      yep same problem. did u find a solution?

    • @yilinchoi404
      @yilinchoi404 3 หลายเดือนก่อน

      @@FathimaRaeesahfrom some1 : If using Apple Silicon type; echo 'eval $(/opt/ homebrew/bin/brew shellenv)' >>
      $HOME/.zshrc
      If using Intel: echo 'eval $(/usr/local/bin/ brew shellenv)' >> $HOME/.zshrc
      Make sure to close and re-launch the terminal after running the command

    • @maheksanghvi7826
      @maheksanghvi7826 2 หลายเดือนก่อน

      @@yilinchoi404 i tried copy pasting this command then it said quote> which i ignored and relaunched the terminal but it still says brew not found

  • @mr_ell7151
    @mr_ell7151 5 หลายเดือนก่อน

    Thank you very much for this tutorial!

  • @em_nikhil_007
    @em_nikhil_007 11 หลายเดือนก่อน

    thanks

  • @FathimaRaeesah
    @FathimaRaeesah 3 หลายเดือนก่อน

    worked

  • @oumamaali8956
    @oumamaali8956 9 หลายเดือนก่อน

    👍