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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,31 +10,31 @@ Setting up a **cross-platform** environment for building and testing C++/C proje
10
10
11
11
`setup-cpp` is supported on many platforms. It is continuously tested on several configurations including Windows (11, 10, 2022, 2019), Linux (Ubuntu 22.04, Ubuntu 20.04, Fedora, ArchLinux), and macOS (12, 11, 10.15). `setup-cpp` is backed by unit tests for each tool and integration tests for compiling cpp projects.
12
12
13
-
# Features
13
+
##Features
14
14
15
15
`setup-cpp` is **modular** and you can choose to install any of these tools:
`setup-cpp` automatically installs the dependencies above tools if needed for the selected tool (e.g., `python` is required for `conan`).
28
28
29
-
# Usage
29
+
##Usage
30
30
31
-
## From Terminal
31
+
###From Terminal
32
32
33
33
You should download the executable file or the js file (if Nodejs installed), and run it with the available options.
34
34
35
35
Tip: You can automate downloading using `wget`, `curl`, or other similar tools.
36
36
37
-
### Executable
37
+
####Executable
38
38
39
39
Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.18.0), and run it with the available options.
40
40
@@ -72,7 +72,7 @@ NOTE: On Unix systems, when `setup-cpp` is used locally or in other CI services
72
72
73
73
NOTE: On Unix systems, you will not need `sudo` if you are already a root user (e.g., in a GitLab runner or Docker).
74
74
75
-
### With Nodejs
75
+
####With Nodejs
76
76
77
77
Download the `setup_cpp.js` file form [here](https://github.com/aminya/setup-cpp/releases/download/v0.18.0/setup_cpp.js), and run it with the available options.
0 commit comments