https://github.com/cpp-best-practices/setup-cpp
Some tools for getting C++ configured on various platforms.
https://github.com/cpp-best-practices/setup-cpp
Last synced: 8 months ago
JSON representation
Some tools for getting C++ configured on various platforms.
- Host: GitHub
- URL: https://github.com/cpp-best-practices/setup-cpp
- Owner: cpp-best-practices
- License: unlicense
- Created: 2022-05-05T23:48:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T21:57:13.000Z (over 1 year ago)
- Last Synced: 2025-03-21T08:51:17.764Z (9 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 34
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-cpp
Some tools for getting C++ configured on various platforms.
## Ubuntu Linux
```sh
bash <(wget -qO- https://raw.githubusercontent.com/cpp-best-practices/setup-cpp/main/ubuntu.sh)
```
## Arch Linux (including Manjaro)
```sh
bash <(wget -qO- https://raw.githubusercontent.com/cpp-best-practices/setup-cpp/main/arch-manjaro.sh)
```