You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Install all the tools required for building and testing C++/C projects.
6
6
7
7
Setting up a **cross-platform** environment for building and testing C++/C projects is a bit tricky. Each platform has its own compilers, and each of them requires a different installation procedure. This package aims to fix this issue.
8
8
9
-
This package is designed to be **modular** and as **minimal** as possible. This will allow you to install the tools you want. It is continuously tested on Windows, Linux, and macOS.
9
+
This package is designed to be **modular** and as **minimal** as possible. This will allow you to install the tools you want. It is continuously tested and supported on several configurations including Windows (11, 10, 2022, 2019), Linux (Ubuntu 22.04, Ubuntu 20.04, ArchLinux), and macOS (10.15 and 11).
10
10
11
11
The package can be used locally or from CI services like GitHub Actions.
12
12
@@ -36,21 +36,21 @@ Tip: You can automate downloading using `wget`, `curl`, or other similar tools.
36
36
37
37
### Executable
38
38
39
-
Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.16.0), and run it with the available options.
39
+
Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.17.0), and run it with the available options.
40
40
41
41
An example that installs llvm, cmake, ninja, ccache, and vcpkg:
@@ -74,15 +74,15 @@ NOTE: On Unix systems, you will not need `sudo` if you are already a root user (
74
74
75
75
### With Nodejs
76
76
77
-
Download the `setup_cpp.js` file form [here](https://github.com/aminya/setup-cpp/releases/download/v0.16.0/setup_cpp.js), and run it with the available options.
77
+
Download the `setup_cpp.js` file form [here](https://github.com/aminya/setup-cpp/releases/download/v0.17.0/setup_cpp.js), and run it with the available options.
78
78
79
79
On Windows:
80
80
81
81
Open the shell as admin, download via `curl`, then install
0 commit comments