2021-09-14 14:51:57 +08:00
# setup-cpp
2021-09-14 14:57:47 +08:00
Install all the tools required for building and testing C++/C projects.
2021-09-14 14:51:57 +08:00
![Build Status (Github Actions) ](https://github.com/aminya/setup-cpp/workflows/CI/badge.svg )
2021-09-14 15:00:41 +08:00
[![Dependency Status ](https://david-dm.org/aminya/setup-cpp.svg )](https://david-dm.org/aminya/setup-cpp)
2021-09-14 17:40:04 +08:00
Settting up a **cross-platform** enviroment for building and testing C++/C projects is a bit tricky. Each platform has its own comopilers, and each of them require a different installation procedure. This package aims to fix this issue.
This package is designed to be fully **modular** and as **minimal** as possible. This will allow you to only install the tools you want.
2021-09-14 20:02:34 +08:00
The package will be usable from any environment (locally, GitHub Actions, etc). Stay tuned for the stable release.
2021-09-14 17:40:04 +08:00
# Features (WIP)
2021-09-16 20:15:17 +08:00
2021-09-16 22:03:54 +08:00
- setup llvm
- setup gcc/mingw
2021-09-16 18:00:16 +08:00
- setup cmake
- setup ninja
- setup meson
2021-09-16 22:03:54 +08:00
- setup conan
- setup ccache
2021-09-16 18:00:16 +08:00
- setup cppcheck
- setup doxygen
2021-09-16 22:03:54 +08:00
- setup gcovr
2021-09-16 18:00:16 +08:00
- setup OpenCppCoverage
2021-09-16 20:13:30 +08:00
- setup python
- setup choco
- setup brew
2021-09-16 18:00:16 +08:00
### Incomplete
- [ ] setup msvc. See [this issue ](https://github.com/aminya/setup-cpp/issues/1 )
### TODO
2021-09-15 17:09:26 +08:00
- [ ] setup vcpkg