citrun

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

commit fc2f49061725e115ba0971b1ca1d6521287bf7a1
parent c00d8084c91d3b79e3fd60775da2e2a1e94a414d
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 11 Jun 2016 13:10:54 -0600

www: be more explicit about dependencies

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

diff --git a/www/index.html b/www/index.html @@ -75,10 +75,9 @@ </ul> <h2>Building</h2> - <p> You'll need a C++11 capable compiler and the development packages - installed for: - </p> + <h3>Dependencies</h3> <ul> + <li>C++11 capable compiler</li> <li>DejaVu Sans Mono</li> <li>freeglut and glew</li> <li>FreeType2</li>