File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ CppUTest's core design principles are:
19
19
20
20
* Linux*
21
21
22
- There is an Debian and Ubuntu package available for CppUTest. This is by far the easiest way to install it, via:
22
+ There is a Debian and an Ubuntu package available for CppUTest. This is by far the easiest way to install it, via:
23
23
24
24
{% highlight bash %}
25
25
$ apt-get install cpputest
@@ -52,7 +52,7 @@ Or clone it via ssh (which requires a github account)
52
52
$ git clone git@github.com : cpputest /cpputest.git
53
53
{% endhighlight %}
54
54
55
- After you cloned CppUTest, you can build it with your favorite build tool (CMake or autoconf).
55
+ After you have cloned CppUTest, you can build it with your favorite build tool (CMake or autoconf).
56
56
57
57
Building with autoconf requires you to (this requires you to have installed GNU autotools, apt-get/brew install automake autoconf libtool):
58
58
@@ -81,7 +81,7 @@ $ cmake ..
81
81
$ make
82
82
{% endhighlight %}
83
83
84
- For Windows users, the above work with cygwin. There are also several MS VC++ projects available.
84
+ For Windows users, the above will work with cygwin. There are also several MS VC++ projects available.
85
85
86
86
## Where to find more information
87
87
You can’t perform that action at this time.
0 commit comments