0% found this document useful (0 votes)
10 views1 page

Homebrew

Homebrew installs packages to their own directory and then symlinks their files into /opt/homebrew (on Apple Silicon).

Uploaded by

cedricpascal2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

Homebrew

Homebrew installs packages to their own directory and then symlinks their files into /opt/homebrew (on Apple Silicon).

Uploaded by

cedricpascal2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

MACOS D

/bin/bash -c "$(curl -fsSL


https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

/bin/bash -c "$install gcc

username % g++-13 --version

username % cd /usr/local

username local % ls

username local % cd bin

username bin % ls

username bin % g++13

username bin % g++-13

username bin % ln -s g++-13 g++

username bin % ls

username bin % g++

username

WINDOWS

WinLibs.com

WinLibs standalone build of GCC and MinGW-w64 for Windows

MSVCRT or UCRT runtime library

Download the Win64: 7-Zip archive* | Zip archive - without LLVM/Clang/LLD/LLDB:


7-Zip archive* | Zip archive Files

Then exctract it and put into a C drive

Go to the extracted file > bin > ALL needed files

Add Environment: Go to search windows type Environment then Edit the system
environment > environment variables > Path > Edit Environment Variable

> Edit Environment variale > Double click then add by typing paste the location of
the folder extracted (executable files contents)

C\foldername\bin then move up then ok > again OK and Ok

Go to powershell terminal

You might also like