File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ If you need to ask a question, don't open a ticket on GitHub! Please post
13
13
your question on the Cucumber discussion group instead, prefixing the title
14
14
with [ CPP] .
15
15
16
- If you want to contribute code to the project, guidelines are in the
17
- [ ` CONTRIBUTING.md ` file] ( https://github.com./cucumber/cucumber-cpp/blob/main/CONTRIBUTING.md ) .
16
+ If you want to contribute code to the project, guidelines are in [ CONTRIBUTING.md] ( CONTRIBUTING.md ) .
18
17
19
18
It relies on a few executables:
20
19
@@ -30,11 +29,11 @@ It relies on a few libraries:
30
29
Optional for the GTest driver. By default downloaded and built by CMake.
31
30
* [ GMock] ( http://code.google.com/p/googlemock/ ) 1.6 or later.
32
31
Optional for the internal test suite. By default downloaded and built by CMake.
33
- * [ nlohmann-json] ( https://github.com./nlohmann/json ) 3.10.5 or later
32
+ * [ nlohmann-json] ( https://github.com./nlohmann/json ) 3.10.5 or later.
34
33
* [ Qt 4 or 5] ( http://qt-project.org/ ) . Optional for the CalcQt example and QtTest driver (only Qt 5).
35
34
36
- It might work with earlier versions of the libraries, but it was not
37
- tested with them .
35
+ It might work with earlier versions of the libraries, but it was not tested with them.
36
+ See the [ CI scripts ] ( .github/workflows/run-all.yml ) for details about dependency installation .
38
37
39
38
Cucumber-Cpp uses the wire protocol at the moment, so you will need
40
39
Cucumber-Ruby installed and available on the path. It is also needed
You can’t perform that action at this time.
0 commit comments