citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 915ef006ea068e439751294e5a9188dc8a5697b4
parent aa433aff26734c8e98c4cc7b67fe75f2b15031e7
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 11 Jun 2016 13:34:05 -0600

www: tarball -> archive, put link to ccitrunrun src

Diffstat:
Mwww/index.html | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -60,13 +60,14 @@ <p> There are two methods available: </p> <ul> - <li>Distribution tarball + <li>Distribution archives <a href="/src/citrun-0.tar.gz">citrun-0.tar.gz</a> or</li> + <a href="/src/ccitrunrun-0.tar.gz">ccitrunrun-0.tar.gz</a></li> <li>Read only repository at http://git.0x30.net/citrun</li> </ul> <h2>Documentation</h2> - <p> The distribution tarball comes with these manuals: + <p> The distribution archive comes with these manuals: </p> <ul> <li><a href="man/citrun-gl.1.html">citrun-gl(1)</a> @@ -85,7 +86,7 @@ <li>LLVM and Clang > 3.4</li> <li>OpenGLES >= 2.0</li> </ul> - <p> Unpack the distribution tarball, cd to the folder created and jam: + <p> Unpack the distribution archive, cd to the folder created and jam: </p> <pre> <span class="prompt">$</span> jam</pre> <p> Run the tests with prove: