Skip to content

Commit 0dc54e6

Browse files
committed
Updated the link to the latest build
1 parent 32407e3 commit 0dc54e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ brew install cpputest
4343

4444
You can download the latest 'automatically released' version:
4545

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)
4747
This version is automatically packages after a build has passed.
4848

4949
Alternatively, you can clone the github repository, read-only:
@@ -75,6 +75,8 @@ $ ../configure
7575
$ make
7676
{% endhighlight %}
7777

78+
You can use `make install` if you want to install CppUTest system-wide
79+
7880
**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.
7981

8082
### Using CppUTest with MakefileWorker.mk and gcc

0 commit comments

Comments
 (0)