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: index.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ $ brew install cpputest
43
43
44
44
You can download the latest 'automatically released' version:
45
45
46
-
*[Latest version passing the build](https://github.com/cpputest/cpputest.github.io/blob/master/releases/cpputest-3.8dev.tar.gz?raw=true)
46
+
*[Latest version passing the build](https://github.com/cpputest/cpputest/releases/download/latest-passing-build/cpputest-latest.tar.gz)
47
47
This version is automatically packages after a build has passed.
48
48
49
49
Alternatively, you can clone the github repository, read-only:
@@ -75,6 +75,8 @@ $ ../configure
75
75
$ make
76
76
{% endhighlight %}
77
77
78
+
You can use `make install` if you want to install CppUTest system-wide
79
+
78
80
**NOTE**: Building from **cpputest_build** means you will not be able to use **MakefileWorker.mk**. To use MakefileWorker you need to build from the cpputest home directory.
0 commit comments