citrun

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

commit 01ed05843acfd1008b8c453a3f33ae83306c2339
parent 2dddd4b6d71dd7b557136f7aec1cf577e562c255
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  3 Apr 2016 09:16:59 -0600

www: don't use <ul> inside <p>

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

diff --git a/www/index.html b/www/index.html @@ -30,13 +30,13 @@ <h2>Packages</h2> <p> No official release yet. Current packages are being created by continuous integration: + </p> <ul> <li><a href="/pkg/openbsd-sparc64-citrun-0.tgz">OpenBSD sparc64</a> <li><a href="/pkg/openbsd-amd64-citrun-0.tgz">OpenBSD amd64</a> <li>Debian amd64 <li>Mac OS X amd64 </ul> - </p> <h2>Source</h2> <p> There are two methods available: @@ -55,6 +55,7 @@ <h2>Building</h2> <p> You'll need jam, a c++11 capable compiler and the development packages installed for: + </p> <ul> <li>LLVM and Clang > 3.4 <li>FreeType2 @@ -62,7 +63,7 @@ <li>freeglut and glew <li>DejaVu Sans Mono </ul> - </p> + <p> Once that is done the build requirements have been met. Get and unpack the source tree, change directory to the root and jam: <pre> <span class="prompt">$</span> jam</pre>