citrun

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

commit b8eac72e1f656918f7a45b1e25b0a71b61822135
parent 1dd56cdd4c0b9a1c219e420960f1479033ed765c
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  3 Apr 2016 01:16:00 -0600

www: add building section

Diffstat:
Mwww/citrun.css | 6+++++-
Mwww/index.html | 20++++++++++++++++++--
2 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -13,5 +13,9 @@ li { } .prompt { - color: limegreen; + color: green; +} + +pre { + background-color: ivory; } diff --git a/www/index.html b/www/index.html @@ -25,8 +25,8 @@ <ul> <li><a href="/pkg/sparc64/citrun-0.tgz">OpenBSD sparc64</a> <li><a href="/pkg/amd64/citrun-0.tgz">OpenBSD amd64</a> - <li><a href="/pkg/amd64/citrun-0.deb">Debian amd64</a> - <li><a href="/pkg/amd64/citrun-0.dmg">Mac OS X amd64</a> + <li>Debian amd64 + <li>Mac OS X amd64 </ul> </p> @@ -43,6 +43,22 @@ <p> The manual pages that come with the package should be enough to get you going. If not then they should be improved. </p> + + <h2>Building</h2> + <p> You'll need development packages installed for: + <ul> + <li>LLVM and Clang + <li>FreeType2 + <li>OpenGL + <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> + </p> </div> </body>