Skip to content

Some tools for getting C++ configured on various platforms.

License

Notifications You must be signed in to change notification settings

mguludag/setup-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-cpp

Some tools for getting C++ configured on various platforms.

Ubuntu Linux

bash <(wget -qO- https://raw.githubusercontent.com/cpp-best-practices/setup-cpp/main/ubuntu.sh)

Arch Linux (including Manjaro)

bash <(wget -qO- https://raw.githubusercontent.com/cpp-best-practices/setup-cpp/main/arch-manjaro.sh)

Windows (10/11)

Set-ExecutionPolicy RemoteSigned -scope Process -Force
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/mguludag/setup-cpp/main/windows.ps1" -OutFile $pwd/windows.ps1
./windows.ps1
exit

About

Some tools for getting C++ configured on various platforms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 90.1%
  • Shell 9.9%