Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 578 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 578 Bytes

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