An open API service indexing awesome lists of open source software.

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.

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)
```