citrun

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

commit 6d9e864377b3ba0d62ccb70d08a411d5ceda9447
parent b8eac72e1f656918f7a45b1e25b0a71b61822135
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  3 Apr 2016 01:38:46 -0600

www: tighten

Diffstat:
Mwww/index.html | 27++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -12,16 +12,15 @@ <h1>C It Run</h1> <hr> <p> C It Run is a suite of tools that lets you watch your source code - execute. Its main purpose is to provide insight into what your program - is actually doing. + execute. It provides insight into what your program is actually doing. </p> <p> Currently the C/C++ programming languages are supported on Unix like systems. </p> <h2>Packages</h2> - <p> No official release yet. Current development packages are being - created by continuous integration: + <p> No official release yet. Current packages are being created by + continuous integration: <ul> <li><a href="/pkg/sparc64/citrun-0.tgz">OpenBSD sparc64</a> <li><a href="/pkg/amd64/citrun-0.tgz">OpenBSD amd64</a> @@ -33,8 +32,8 @@ <h2>Source</h2> </p> There are two methods available: <ul> - <li>Development <a href="/src/citrun-DEV.tar.gz">tarball</a> or - <li>Read-only Git repository: http://git.0x30.net/citrun + <li>Current <a href="/src/citrun-DEV.tar.gz">tarball</a> or + <li>Read-only Git repository at http://git.0x30.net/citrun </ul> </p> @@ -45,19 +44,21 @@ </p> <h2>Building</h2> - <p> You'll need development packages installed for: + <p> You'll need jam, a c++11 capable compiler and the development + packages installed for: <ul> - <li>LLVM and Clang + <li>LLVM and Clang > 3.4 <li>FreeType2 - <li>OpenGL + <li>OpenGLES >= 2.0 <li>freeglut and glew <li>DejaVu Sans Mono </ul> - Also jam and a c++11 capable compiler are needed. </p> - Once the build requirements have been met get the source and jam in the - root: - <pre> <span class="prompt">$</span> cd citrun-0 && jam</pre> + Once the build requirements have been met get the source, unpack and jam + in the root: + <pre> <span class="prompt">$</span> jam</pre> + It wouldn't be stupid to run the integration tests either: + <pre> <span class="prompt">$</span> prove</pre> </p> </div> </body>